Tutorial by Topics: gitflow

git flow <subcommand> git flow init git flow [feature|release|hotfix] [start|finish] SubcommandDetailsinitInitialize a new git repo with support for the branching model.featureManage your feature branches.releaseManage your release branches.hotfixManage your hotfix branches. gitf...

Page 1 of 1