nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

master branch replacement #409

Closed alex93ushakov closed 9 years ago

alex93ushakov commented 9 years ago

How to use user-specified branch instead of master without default user's menu (git flow init)?

srt32 commented 9 years ago

Expanding from the docs (https://github.com/nvie/gitflow/wiki/Command-Line-Arguments#configuration) you should be able to use something like the below:

$ git config gitflow.branch.master your-desired-branch-name

Please close this issue if the above command solved your problem.