git clone --mirror gitrepositoryurl
// 특정 브랜치만 해당된다면?? git clone -b BrancheName --single-branch --mirror gitrepositoryUrl
mv repository명.git .git
git remote set-url origin New-RepositoryUrl
git push --mirror