git remote 옮기기 / origin 옮기기 / git remote 새로 생성 / 어떻게 옮기기
git 에서 새로운 remote 만드는 법
git clone tmp-dir
git checkout <branch-name>
git pull
git fetch --tags
git remote rm origin
git remote add origin https://github.com/namhpro/polaris.git
git push origin --all
git push --tags
참고로, github 에서 import repository 를 통해서 가져올 수 있다.
댓글 없음:
댓글 쓰기