Answers for "how to know git remote url in your repo"

40

get git remote url

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

check git url

# Check existing git url:
git remote -v
Posted by: Guest on July-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language