Skip to content
Jon Gadsden edited this page Apr 21, 2025 · 10 revisions

The default branch has been renamed

The branch master is now named ``main. If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Clone this wiki locally