📜  git 获取存储库 url - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:04.080000             🧑  作者: Mango

代码示例5
without network
git config --get remote.origin.url

with network (detailed)
git remote show origin