나의 발자취

git default branch 이름 바뀌었을 때 본문

카테고리 없음

git default branch 이름 바뀌었을 때

달모드 2022. 9. 5. 04:28
git branch -m main master
git fetch origin
git branch -u origin/master master
git remote set-head origin -a

Comments