Master / Slave
I know we’re all just adding cosmetics to the rotting corpse of a nation, but I thought I’d do something in my power. Moving all my github repos from master
branch to main
:
git branch -m master main
git push -u origin main
Deleted master
branch. Done.