nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how about rename 'master' to 'main'?

EmanuelDms opened this issue · comments

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

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

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.