Answers for "heading center"

7

git show origin

git config --get remote.origin.url
Posted by: Guest on March-13-2020
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

Browse Popular Code Answers by Language