Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 174 Bytes

AfterRenamingMasterToMain.md

File metadata and controls

9 lines (8 loc) · 174 Bytes

First rename master to main on Github

Then locally

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a