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