- 기존 Repository 복사
git clone --mirror {기존 Repository 주소}
- 기존 Repository로 이동
cd {기존 Repository명.git}
- 새 Repository url 설정
git remote set-url --push origin {새로운 Repository 주소}
- 새 Repository에 기존 Repository Push
git push --mirror
- 결과 확인
git remote -v
'Git' 카테고리의 다른 글
소스코드를 원격 저장소로 push (0) | 2022.07.27 |
---|---|
원격 저장소를 로컬 저장소에 복제(Clone) (0) | 2022.07.27 |
로컬 프로젝트를 GitHub에 업로드 (0) | 2022.05.02 |
Git 관련 참고 사이트 (0) | 2021.08.30 |