Answers for "git flow hotfix diagram"

1

git flow hotfix

#Start hotfix
git flow hotfix start VERSION
#Finish hotfix, Remember to increase your app version!
git flow hotfix finish VERSION
#Remember to push all branches and tags
git push --all --follow-tags
Posted by: Guest on April-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language