2013年11月13日水曜日

gitリポジトリを引っ越す

mirrorオプションをつけて実行する。
$ git clone --mirror git@before.example.com:hogeuser/Sample.git
$ cd Sample.git
$ git push --mirror git@after.example.net:foouser/Sample.git

[参考URL]
What's the difference between git clone --mirror and git clone --bare

0 件のコメント:

コメントを投稿