Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git flow feature

#Open a feature branch named: feature/feature_name
git flow feature start feature_name
#Close a feature branch
git flow feature finish feature_name
#Remember to push all branches
git push --all
Source by danielkummer.github.io #
 
PREVIOUS NEXT
Tagged: #git #flow #feature
ADD COMMENT
Topic
Name
9+8 =