참고 링크 : https://gist.github.com/480/4681b67d2a906db8c6c1321cc678f05f
1. 기존 repository pull/push 하기
git pull
git add .
git commit -m "clean push"
git push
2. 기존 repository remote 제거
git remote remove origin
3. 새 repository remote 추가
git remote add origin [깃 주소]
LIST
'Git' 카테고리의 다른 글
[GIT] git branch merge하기 (0) | 2022.09.02 |
---|