-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zach Francis edited this page Mar 24, 2022
·
1 revision
Welcome to the leadr-msu.github.io wiki!
The master branch was renamed to main in order to be in line with the usual GitHub defaults. If your local environment is having trouble updating you can use the following commands to update your branch:
git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a