Git
[Git] github remote 저장소 변경하기
hanseongjun
2022. 11. 13. 20:23
참고 링크 : 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