Rename to pick-commit.ps1

This commit is contained in:
Markus Fleschutz
2021-10-06 09:33:45 +02:00
parent fd84a498ac
commit e757322213
4 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,9 @@
.SYNOPSIS
Builds all Git repositories in a folder
.DESCRIPTION
make-repos.ps1 [<ParentDir>]
build-repos.ps1 [<ParentDir>]
.PARAMETER ParentDir
Specifies the path to the folder containing the Git repositories
.EXAMPLE
PS> ./build-repos C:\MyRepos
.NOTES