import icon indicating copy to clipboard operation
import copied to clipboard

Switch default branch to main

Open torfason opened this issue 2 years ago • 1 comments

The new default branch on GitHub is now main and there are a number of good reasons to use that name. And now seems like a pretty good time to make the switch for the import repo.

torfason avatar May 24 '22 13:05 torfason

This has been fixed, and the default branch is now main.

For freshly cloned repositories, the effect should be minimal. For any previously cloned repositories, the following commands can be run to get up to speed:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

torfason avatar May 25 '22 08:05 torfason

The default branch has been main for a while now. Time to close this issue.

torfason avatar Sep 23 '23 14:09 torfason