2014-01-24 gitのリモートリポジトリを削除 git git remote addなどで登録したリモートリポジトリを削除するときは、以下。 $ git remote rm repo_name 消えたかどうだか見てみるには以下。 $ git remote -v