개발일지/GIT
[Git] Github repository 미러링 방법
양쏘쏘
2024. 6. 26. 14:00
728x90
반응형
기존 레포에서 새로운 레포로 이동시키는 방법입니다.
git clone --bare https://github.com/origin-repository
cd origin-repository.git
git push --mirror https://github.com/new-repository
728x90