IT

[GIT] repository 이동하기

Better Me 2022. 1. 17. 13:14

 

git clone --mirror 원본레포주소
cd 원래레포.git
git remote set-url --push origin 이동할레포경로
git push --mirror

이때, 새로운 레포의 owner이거나 maintainer여야만 가능하다.