Answers for "how to check github repo remote git"

45

how to see the remote url in git

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

how to check git repository link

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