Add clean-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-05-06 16:53:02 +00:00
parent 48bc38f2e6
commit d2e582e05a
3 changed files with 42 additions and 0 deletions

View File

@ -36,6 +36,7 @@ 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-repo.ps1, cleans the current/given Git repository from untracked files (including submodules)
clean-repos.ps1, cleans all Git repositories under the current/given directory from untracked files (including submodules)
clear-recycle-bin.ps1, removes the content of the recycle bin folder (can not be undo!)
clone-repos.ps1, clones well-known Git repositories
close-calculator.ps1, closes the calculator program gracefully

1 Script Description
36 check-xml-file.ps1 checks the given XML file for validity
37 cherry-picker.ps1 cherry-picks a Git commit into multiple branches
38 clean-repo.ps1 cleans the current/given Git repository from untracked files (including submodules)
39 clean-repos.ps1 cleans all Git repositories under the current/given directory from untracked files (including submodules)
40 clear-recycle-bin.ps1 removes the content of the recycle bin folder (can not be undo!)
41 clone-repos.ps1 clones well-known Git repositories
42 close-calculator.ps1 closes the calculator program gracefully