# リモート名のみを確認する ~ $ git remote # リモート先のURLまで確認する ~ $ git remote -v
git remote コマンドを使うことで現在のリモート先の情報を取得することができる
目次