登録されているリモートリポジトリの確認
git remote -v
リモートリポジトリURLの編集
git remote set-url [repository name] [repository url]
リモートリポジトリの削除
git remote rm [repository name]
Go to list of users who liked
More than 5 years have passed since last update.
登録されているリモートリポジトリの確認
git remote -v
リモートリポジトリURLの編集
git remote set-url [repository name] [repository url]
リモートリポジトリの削除
git remote rm [repository name]
Register as a new user and use Qiita more conveniently
Go to list of users who liked