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

Every time we finish hotfix we need to git pull #83

Closed ccfiel closed 1 year ago

ccfiel commented 1 year ago

Every time we finish hotfix, we need to

git push
git checkout main
git push
git checkout development

To update the remote Git Hub. Can we add it to the hotfix finish command?

ccfiel commented 1 year ago

OK after reading the help we just need to put -p

git flow hotfix finish -p