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

@ -8,6 +8,7 @@ check-swap-space.ps1, checks the swap space for free space left
check-symlinks.ps1, checks every symlink in the given directory tree
check-windows-system-files.ps1, checks the validity of the Windows system files
check-xml-file.ps1, checks the given XML file for validity
cherry-picker.ps1, cherry-picks a Git commit into multiple branches
clean-branch.ps1, cleans the current Git branch (including submodules) from generated files
clone-repos.ps1, clones well-known Git repositories
close-calculator.ps1, closes the calculator program gracefully

1 Script Description
8 check-symlinks.ps1 checks every symlink in the given directory tree
9 check-windows-system-files.ps1 checks the validity of the Windows system files
10 check-xml-file.ps1 checks the given XML file for validity
11 cherry-picker.ps1 cherry-picks a Git commit into multiple branches
12 clean-branch.ps1 cleans the current Git branch (including submodules) from generated files
13 clone-repos.ps1 clones well-known Git repositories
14 close-calculator.ps1 closes the calculator program gracefully