Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 160 Bytes

default_branch_update.md

File metadata and controls

6 lines (5 loc) · 160 Bytes

I have updated the default branch to main from master

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