macOS リモートリポジトリのURLを確認する
環境
macOS Monterey 12.4
操作例
以下のコマンドを実行して現在使用してるリモートリポジトリの「URL」を取得する
方法1
git remote -v
方法2
git remote –verbose
Coding Changes the World
環境
macOS Monterey 12.4
操作例
以下のコマンドを実行して現在使用してるリモートリポジトリの「URL」を取得する
方法1
git remote -v
方法2
git remote –verbose