📜  如何检查 git 的所有来源 - Shell-Bash 代码示例

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

代码示例1
git remote -v
base    /home/***/htdocs/base (fetch)
base    /home/***/htdocs/base (push)
origin  git@bitbucket.org:*** (fetch)
origin  git@bitbucket.org:*** (push)