Add pull-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-03-19 17:47:07 +01:00
parent 60351adce2
commit 9fad979652
3 changed files with 33 additions and 0 deletions

View File

@ -110,6 +110,7 @@ Collection of PowerShell Scripts
* [list-branches.ps1](Scripts/list-branches.ps1) - lists all branches in the current/given Git repository
* [list-commits.ps1](Scripts/list-commits.ps1) - lists all commits in the current/given Git repository
* [list-tags.ps1](Scripts/list-tags.ps1) - lists all tags in the current/given Git repository
* [pull-repo.ps1](Scripts/pull-repo.ps1) - pulls updates for the current/given Git repository (including submodules)
* [pull-repos.ps1](Scripts/pull-repos.ps1) - pulls updates for all Git repositories under the current/given directory (including submodules)
* [switch-branch.ps1](Scripts/switch-branch.ps1) - switches the branch in the current/given Git repository (including submodules)