Skip to content

Commit

Permalink
initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
oriy committed Jun 15, 2018
0 parents commit 3d7b4a5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
git-cherry-picker.jar
---------------------
creates and auto-merges GitHub pull requests of cherry-pick commits

```
git-cherry-picker -r https://github.com/kenshoo/repo.git -b 'origin/fromBranch,origin/toBranch' -m [email protected] -v
```

#### Current Do not cherry pick messages are listed here:

#### [doNotCherryPickMessages](https://github.com/kenshoo/jenkins-automation/blob/master/git-cherry-picker/src/main/groovy/com/kenshoo/git/AutoCherryPicksPR.groovy#L28)
```
"no-cherry-pick",
"no cherry pick", "no cherrypick", "no cherry-pick",
"don't cherry pick", "don't cherrypick", "don't cherry-pick",
"do not cherry pick", "do not cherrypick", "do not cherry-pick"
```

0 comments on commit 3d7b4a5

Please sign in to comment.