Answers for "how to show github url"

0

how to show github url

git remote -v
git config --get remote.origin.url
git remote show origin
git config --get remote.origin.url
Posted by: Guest on January-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language