Answers for "how to check all origins of a git"

1

how to check all origins of a git

git remote -v
base    /home/***/htdocs/base (fetch)
base    /home/***/htdocs/base (push)
origin  [email protected]:*** (fetch)
origin  [email protected]:*** (push)
Posted by: Guest on June-19-2021

Code answers related to "how to check all origins of a git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language