Add build-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-04-14 17:50:35 +02:00
parent 980a169bfc
commit f9a479b0f9
4 changed files with 35 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ Mega Collection of PowerShell Scripts
📝 PowerShell Scripts for Git
------------------------------
* [build-repo.ps1](Scripts/build-repo.ps1) - builds the current/given Git repository
* [cherry-picker.ps1](Scripts/cherry-picker.ps1) - cherry-picks a Git commit into multiple branches
* [clean-repo.ps1](Scripts/clean-repo.ps1) - cleans the current/given Git repository from untracked files (including submodules)
* [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories