Add sync-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-04-18 11:01:38 +02:00
parent 41ccb7867b
commit fbad5259f7
3 changed files with 33 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ Mega Collection of PowerShell Scripts
* [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)
* [sync-repo.ps1](Scripts/sync-repo.ps1) - synchronizes a Git repository (pull&push, including submodules)
🔎 Scripts for PowerShell
------------------------