我可以在存储库文件夹中运行以下命令的存储库路径(就像它建议here一样):
git config --get remote.origin.url
如何使用绝对路径获取git存储库URL?
假设我在另一个文件夹中,并且我想使用绝对路径从另一个文件夹中获取存储库URL。
我试过了,但没有用。
git config --get remote.origin.url --path /home/username/myFolder
答案 0 :(得分:9)
git --git-dir=/home/username/myFolder/.git config --get remote.origin.url