Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のマシンには、githubに保存されているさまざまなリポジトリに対応する非常によく似たフォルダーがいくつかあります。
特定のフォルダが対応する git アドレスを確認するにはどうすればよいですか?
フォルダー内で実行git remote -vして、ローカル リポジトリに登録されているリモートを一覧表示できます。「origin」リモートは「git clone」によって設定されたものなので、探しているものです。
git remote -v
以下を使用できます。
git remote show origin