- 移行元のベアリポジトリを作成する
# git clone --mirror [URL]
- リポジトリのURLを変更する
# git remote set-url --push origin [New URL]
- Pushしてサーバーに登録する
# git push --mirror
日々流れ行く情報の中から有用なものをピックアップ
# git clone --mirror [URL]
# git remote set-url --push origin [New URL]
# git push --mirror