登録されているリモートリポジトリの確認
git remote -v
リモートリポジトリURLの編集
git remote set-url [repository name] [repository url]
リモートリポジトリの削除
git remote rm [repository name]
登録されているリモートリポジトリの確認
git remote -v
リモートリポジトリURLの編集
git remote set-url [repository name] [repository url]
リモートリポジトリの削除
git remote rm [repository name]