Prior to Git 2.28, the default branch name when git init
is used is master
.
To change the default branch name use the command
git config --global init.defaultBranch [new default name]
More details, can be found here.
Prior to Git 2.28, the default branch name when git init
is used is master
.
To change the default branch name use the command
git config --global init.defaultBranch [new default name]
More details, can be found here.
For further actions, you may consider blocking this person and/or reporting abuse
chintanonweb -
Balraj Singh -
Mike Young -
Mike Young -
Top comments (0)