카테고리 없음

깃허브 기존 clone 업데이트 방법

slowbooktech 2022. 2. 8. 16:21

 

 

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