Closed wdduncan closed 1 year ago
@alanruttenberg @gopi-kris @titusschleyer @sabharwalamar
I've change the name of the master branch to main.
master
main
On local copy you need to run the following commands:
git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a
@alanruttenberg @gopi-kris @titusschleyer @sabharwalamar
I've change the name of the
master
branch tomain
.On local copy you need to run the following commands: