Created
May 7, 2019 13:51
-
-
Save xbalaji/5208db5512b9229b3c78b4f8433e5e42 to your computer and use it in GitHub Desktop.
git show repo information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote show origin | |
git config --get remote.origin.url | |
git remote -v | |
git ls-remote --get-url | |
git remote get-url origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment