Open stevecheckoway opened 3 years ago
The current trend is to use main rather than master. GitHub has simple tooling for this. It doesn't change local checkouts (of course).
main
master
Here are the instructions for changing the local branches.
$ git branch -m master main $ git fetch origin $ git branch -u origin/main main
The current trend is to use
main
rather thanmaster
. GitHub has simple tooling for this. It doesn't change local checkouts (of course).Here are the instructions for changing the local branches.