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
Patrick Turcotte -
Sospeter Mong'are -
pawan deore -
Peter Wan -
Top comments (0)