Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git flow init

#basic
git flow init
#with default to not be promted
git flow init -d
#with force to re-run init and edit data
git flow init -f
Source by danielkummer.github.io #
 
PREVIOUS NEXT
Tagged: #git #flow #init
ADD COMMENT
Topic
Name
2+5 =