You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the git setup section we show that after executing git config --list, one part of the output is init.defaultbranch=main.
A few years ago, the default branch was master. It is now main by default. The step below to set it to main is now unnecessary and may cause confusion because the reference to master no longer exisits.
Which part of the content does your suggestion apply to?
How could the content be improved?
In the git setup section we show that after executing
git config --list
, one part of the output isinit.defaultbranch=main
.A few years ago, the default branch was
master
. It is nowmain
by default. The step below to set it to main is now unnecessary and may cause confusion because the reference tomaster
no longer exisits.Which part of the content does your suggestion apply to?
https://librarycarpentry.org/lc-git/02-getting-started.html#setting-up-git
The text was updated successfully, but these errors were encountered: