Update cherry-picker.ps1

This commit is contained in:
Markus Fleschutz
2021-03-16 15:27:00 +01:00
parent 83aa3ab77f
commit 480dc16e64
3 changed files with 51 additions and 35 deletions

View File

@ -101,6 +101,7 @@ Collection of PowerShell Scripts
📝 Scripts for Git
-----------------
* [cherry-picker.ps1](Scripts/cherry-picker.ps1) - cherry-picks a Git commit into multiple branches
* [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