Gitリモートリポジトリ移行

リモートリポジトリを他のサーバに移行する時はmirrorオプションが便利

$ git clone --mirror repos
$ git push --mirror new_repos

これでnew_reposサーバに移行できる。mirrorオプションをつけるとbareリポジトリをどうこうしてくれる。