Answers for "how to see the git remote url"

40

get git remote url

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