Git でリモートリポジトリの名前を変更する

Git でリモートリポジトリの名前 (origin等)を変更するには、 git remote rename を使います。

git remote rename <old_name> <new_name>
最終更新: 2015/5/1