$ sudo git clone --mirror {Repository.git}
Repository.git에는 git clone 주소를 넣어준다
git clone을 하고 나면 xxx.git 이라는 디렉토리가 나타나는데 이름을 .git으로 바꿔준다
$ mv Repository.git .git
새 레파지토리의 git 주소를 연결한다
$ git remote set-url origin {NewRepository.git}
$ git push --mirror