git clone --mirror "복사할 저장소 url"
복사를 했으면 해당 저장소 이름.git 폴더가 생성되어 있다. .git 폴더로 변경하면 옮길 준비 완료
git remote set-url origin "옮길 저장소 url"
git push --mirror