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

Finish hotfix should checkout the master branch before tagging #11

Closed ChrisJStone closed 1 year ago

ChrisJStone commented 1 year ago

This PR's is a re submission of PR 474 which addresses issue 416

ChrisJStone commented 1 year ago

It there was a issue with this then it must have been resolved before I took over as maintainer. Testing shows that the tag is placed on the correct branch both when basing the hotfix off master and when basing off of a branch.