mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 16:11:22 +02:00
Rename to pick-commit.ps1
This commit is contained in:
@ -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
|
||||
|
@ -2,11 +2,11 @@
|
||||
.SYNOPSIS
|
||||
Cherry-picks a Git commit into one or more branches
|
||||
.DESCRIPTION
|
||||
cherry-picker.ps1 [<CommitID>] [<CommitMessage>] [<Branches>] [<RepoDir>]
|
||||
pick-commit.ps1 [<CommitID>] [<CommitMessage>] [<Branches>] [<RepoDir>]
|
||||
Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces)
|
||||
NOTE: in case of merge conflicts the script stops immediately!
|
||||
.EXAMPLE
|
||||
PS> ./cherry-picker 93849f889 "Fix typo" "v1 v2 v3"
|
||||
PS> ./pick-commit 93849f889 "Fix typo" "v1 v2 v3"
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Reference in New Issue
Block a user