반응형 repository move1 [Github] Repository 이동하기 clone/mirror Repository move 다른 계정의 git 등으로 repository 를 이동 시킬 때 commit 등의 이력까지 같이 이동 시키는 방법입니다. git clone --mirror {기존 리파지토리 주소} cd {기존 리파지토리 명}.git git remote set-url --push origin {신규 리파지토리 주소} git push --mirror 예제 기존 Repository 는 https://github.com/hello-bryan/HelloOpenCV.git 라고 하겠습니다. 그리고 새로 옮겨질 repository 를 아래와 같이 만들어 두겠습니다. 생성하면 Git url 을 복사합니다. 기존 : github.com/hello-bryan/HelloOpenCV.git 신규 : github... 2020. 7. 20. 이전 1 다음 728x90 반응형