Answers for "git check the repository url"

10

how to check git repository link

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

check git url

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

Code answers related to "git check the repository url"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language