Matt Farmer
unread,Sep 6, 2024, 11:27:00 PM9/6/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lift
Hey folks,
Just a heads up that as a part of some of the cleanup and modernization
of the framework repo, I've gone ahead and renamed the master branch to
"main" to align with the updated standard across git repositories generally.
This won't update your local clones by default. You'll need to run the
following from the "master" branch on your local clone to re-sync
everything:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
If you run into any troubles, feel free to reply here.
Cheers,
Matt