CJ-Systems / gitflow-cjs

CJS Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
http://nvie.com/posts/a-successful-git-branching-model/
Other
92 stars 12 forks source link

feat: add cherrypick option to hotfix finish #73

Closed ChrisJStone closed 1 year ago

ChrisJStone commented 1 year ago

Allows for the commits that resolve the hotfix to be applied to the develop branch instead of the entire hotfix branch. This option is not compatible with the nobackmerge or releaseBackmerge flags.

The initial pull request provided by simonweil

closes #67 closes #37 closes petervanderdoes/gitflow-avh#164 closes petervanderdoes/gitflow-avh#165