기존 원격지를 변경하고 싶다면??
기존 원격지 제거
git remote remove origin
새 원격지 추가
gir remote add origin https://내_git_저장소_URL
이후 원하는 branch들을 push하면 된다.
기존 원격지를 변경하고 싶다면??
기존 원격지 제거
git remote remove origin
새 원격지 추가
gir remote add origin https://내_git_저장소_URL
이후 원하는 branch들을 push하면 된다.