Improved list-commits.ps1

This commit is contained in:
Markus Fleschutz
2021-03-10 16:00:16 +01:00
parent 9d4b5a7b18
commit df7587b122
6 changed files with 19 additions and 20 deletions

View File

@ -103,7 +103,7 @@ Collection of PowerShell Scripts
* [fetch-repo.ps1](Scripts/fetch-repo.ps1) - fetches a single Git repository at the current/given directory (including submodules)
* [fetch-repos.ps1](Scripts/fetch-repos.ps1) - fetches all Git repositories under the current/given directory (including submodules)
* [list-branches.ps1](Scripts/list-branches.ps1) - lists the branches of the current/given Git repository
* [list-commits.ps1](Scripts/list-commits.ps1) - lists the commits of the current/given Git repository in the given branch
* [list-commits.ps1](Scripts/list-commits.ps1) - lists the commits of the current/given Git repository
* [switch-branch.ps1](Scripts/switch-branch.ps1) - switches the current Git repository to the given branch (including submodules)
* [update-repos.ps1](Scripts/update-repos.ps1) - updates all Git repositories under the current/given directory (including submodules)