Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by danielkummer.github.io #
 
PREVIOUS NEXT
Tagged: #git #flow #hotfix
ADD COMMENT
Topic
Name
5+4 =