universelabs / universe.engineering

Universe website
http://universe.engineering
MIT License
10 stars 1 forks source link

Rename master branch #92

Closed guylepage3 closed 1 year ago

guylepage3 commented 1 year ago

Description Rename master branch.

Tasks

Reference(s)

guylepage3 commented 1 year ago

The default branch has been renamed! 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
image