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

Provide branch names on command line during git flow init #6118

Open ericgorr opened 8 years ago

ericgorr commented 8 years ago

Is it possible to provide the branch names on the command line during git flow init? If not, please consider this a feature request.

My usage case is a script to automate the creation of git repos using git flow and the default names for the branches in every case need to be different then the git flow defaults.

An alternative would be to have a .gitflowrc file or something where default branch names could be configured and used when doing git flow init -d

andkirby commented 7 years ago

Yeah, it would be great to have it.

antonio-petricca commented 6 years ago

Mee too!