[컴] git 에서 새로운 remote 만드는 법

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 를 통해서 가져올 수 있다.

See Also

  1. 쿠…sal: [컴] git 에서 size 가 100mb 가 넘는 commit 삭제 방법

Reference

  1. How to move a git repository with history | Atlassian Git Tutorial
  2. version control - How to remove/delete a large file from commit history in the Git repository? - Stack Overflow

댓글 없음:

댓글 쓰기