Answers for "git check originurl"

10

git show origin

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 "Shell/Bash"

Browse Popular Code Answers by Language