개발/git
[git] repo 이동(복사)
proudprog
2019. 4. 22. 11:50
git clone --mirror 기존 저장소
cd 클론한 파일(*.git)
git remote set-url --push origin 이동(복사)할 저장소
반응형