Answers for "list all the remote urls git"

10

git show remote url

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

git view remote url

git remote show origin
Posted by: Guest on September-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language