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
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