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.6k stars 2.66k forks source link

how about rename 'master' to 'main'? #6456

Closed EmanuelDms closed 3 years ago

EmanuelDms commented 3 years ago

It's possible create a option to rename the name of branch 'master' to 'main', for follow the updates of git?

adam-rocska commented 3 years ago

@EmanuelDms :

You have the option to give custom names to branches when you run git flow init. Feel free to call your master branch main or purple or bananas. 👍

EmanuelDms commented 3 years ago

@EmanuelDms :

You have the option to give custom names to branches when you run git flow init. Feel free to call your master branch main or purple or bananas.

Oh, okay. Sorry for this issue.