Answers for "git remote origin check command"

14

git remote show origin

$ git remote -v
origin	https://github.com/schacon/ticgit (fetch)
origin	https://github.com/schacon/ticgit (push)
Posted by: Guest on December-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language