別のレポジトリにコピーする場合
古いレポジトリをクローン
% git clone –mirror https://username:password@github.com/XXXX/old.git
これで一式がクローンされるので、生成されたディレクトリに移動する
% cd old.git
新しいレポジトリにコピー
% git push –mirror https://sername:password@github.com/XXXX/new.git
Just another WordPress site
別のレポジトリにコピーする場合
古いレポジトリをクローン
% git clone –mirror https://username:password@github.com/XXXX/old.git
これで一式がクローンされるので、生成されたディレクトリに移動する
% cd old.git
新しいレポジトリにコピー
% git push –mirror https://sername:password@github.com/XXXX/new.git