Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created November 17, 2014 00:28
Show Gist options
  • Save bouassaba/1d5f2a93e19bc15c9cc7 to your computer and use it in GitHub Desktop.
Save bouassaba/1d5f2a93e19bc15c9cc7 to your computer and use it in GitHub Desktop.
Git, show remote URL
git config --get remote.origin.url
# Or
git remote show origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment