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