-
[gitlab, git] git mirror하기 (다른 repo 소스코드 gitlab에 옮기기)git 2023. 6. 12. 21:21반응형728x90
다른 repo 소스코드 옮기는(git mirror) 방법
당분간 gitlab 이관작업이 있을 것 같아 기록으로 남긴다.
참고했던 출처는 레퍼런스에 남겨둔다.
1. git clone --mirror 원본(복사되는) git url
git clone --mirror 원본(복사되는) git url
2. git remote set-url --push origin 옮길(복사될) git url
git remote set-url --push origin 옮길(복사될) git url
3. git push --mirror
git push --mirror
레퍼런스
https://newtoynt.tistory.com/entry/gitlab%EC%97%90-migration-%ED%95%98%EA%B8%B0
728x90'git' 카테고리의 다른 글
[git] cherry-pick와 merge 및 rebase를 활용한 commit 내역 관리 (0) 2024.05.26 [git] branch 확인 및 가져오기, 생성 후 Remote Repository에 push하기 (0) 2023.01.15 [git] 원격저장소(Remote Repository)에 이미 push한 commit 삭제하기 (0) 2022.12.22