저장소1의주소 > 저장소2의주소 로 복사.
$git clone --mirror 저장소1의주소
$cd 저장소1의주소.git
$git remote set-url --push origin 저장소2의주소
$git push --mirror
'Git' 카테고리의 다른 글
[Git] Linux 에서 repo스크립트 다운로드 할 원격지 설정 (0) | 2019.04.23 |
---|---|
[Git] git 특정 버전 다운로드 (Linux) (0) | 2019.04.18 |
[Git] git merge conflict ( git checkout branch ) (0) | 2019.04.09 |
[Git] gerrit merge commit 생성됨 (0) | 2019.04.08 |
[Git] git remote url 변경 (0) | 2019.03.28 |