Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to check git repository’s origin remote url at localhost

Ankit Agrawal
Ankit Agrawal
Published on April 20, 2021 · 1 min read

You can check remote URL by using following command


git config --get remote.origin.url

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article DomDocument class not found in laravel in php7 Next Article → What is DRY Code method in programming