How to get a remote git URL from local repository
In this tutorial, we are going to learn about how to get a remote git URL from a local repository.
Getting a remote git URL
To get a remote git URL, we can use the git config
command followed by --get
flag and remote.origin.url.
Here is an example:
git config --get remote.origin.url
Output:
https://github.com/saigowthamr/gatsbyblog-starter.git