git 現在使用しているリポジトリを確認する

  • 作成日 2022.05.23
  • git
git 現在使用しているリポジトリを確認する

gitで現在使用しているリポジトリを確認する手順を記述してます。

環境

  • git version 2.36.1.windows.1

手順

以下のコマンドで確認することが可能です。

> git remote -v

origin  http://192.168.xxx.xxx/hoge/foo.git (fetch)
origin  http://192.168.xxx.xxx/hoge/foo.git (push)