Added fetch-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-02-21 12:20:04 +01:00
parent 7adab1ccd3
commit 4bd0f442f2
4 changed files with 42 additions and 3 deletions

View File

@ -53,7 +53,8 @@ Scripts for Git
* [clean-branch.ps1](Scripts/clean-branch.ps1) - cleans the current Git branch (including submodules) from generated files
* [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories
* [configure-git.ps1](Scripts/configure-git.ps1) - sets up the Git user configuration
* [switch-branch.ps1](Scripts/switch-branch.ps1) - switches to the given Git branch
* [fetch-repos.ps1](Scripts/fetch-repos.ps1) - fetches all Git repositories under the current/given directory
* [switch-branch.ps1](Scripts/switch-branch.ps1) - switches the current Git repository to the given branch
* [update-repos.ps1](Scripts/update-repos.ps1) - updates all Git repositories under the current/given directory
Scripts for Files & Folders