Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Monday, May 23, 2016

From where I cloned my local repo?

If you want to determine the URL from where you cloned your local repository, use this command.

git config --get remote.origin.url