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.
数か月前にどこかから複製したリポジトリがあり、それがどこから来たのか知りたいです。「git pull」が正常に返され、すべてが最新であることがわかりますが、そのチェック場所を知りたいです。
.git フォルダー内の通常の容疑者を調べましたが、明らかなものは何も見つかりません。このアップストリーム情報がどこに保存されているか知っている人はいますか?
試してくださいgit remote:
git remote
git remote -v
この情報は実際には.git/configファイルに保存されます。
.git/config