1. 개발자

git repository 복사하기

자르르 2021. 1. 4. 10:56

$git clone --mirror 저장소1의주소(복사할 주소)

$cd 저장소1의주소.git

$git remote set-url --push origin 저장소2의주소(복사될 주소)

$git push --mirror