Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 112 Bytes

UPDATE_BRANCH.md

File metadata and controls

6 lines (6 loc) · 112 Bytes
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a