image

참고 링크 : https://gist.github.com/480/4681b67d2a906db8c6c1321cc678f05f

[  

github 리모트 리포지토리 변경하기

github 리모트 리포지토리 변경하기. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

](https://gist.github.com/480/4681b67d2a906db8c6c1321cc678f05f)

  1. 기존 repository pull/push 하기
git pull
git add .
git commit -m "clean push"
git push
  1. 기존 repository remote 제거
git remote remove origin
  1. 새 repository remote 추가
git remote add origin [깃 주소]