-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Config values
Beanow edited this page Mar 10, 2014
·
4 revisions
-
gitflow.branch.master
The name of the branch treated as master. Default:master
. -
gitflow.branch.develop
The name of the branch treated as develop. Default:develop
. -
gitflow.prefix.feature
The prefix for feature branches. Default:feature/
. -
gitflow.prefix.release
The prefix for release branches. Default:release/
. -
gitflow.prefix.hotfix
The prefix for hotfix branches. Default:hotfix/
. -
gitflow.prefix.support
The prefix for support branches. Default:support/
. -
gitflow.prefix.versiontag
The prefix for version tags. Default: empty. -
gitflow.origin
The name of the remote treated as origin. Default:origin
.