Answers for "how to show git origin url"

40

get git remote url

git config --get remote.origin.url
Posted by: Guest on May-12-2020
9

git show origin

git config --get remote.origin.url
Posted by: Guest on March-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language