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

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "April 20, 2021";

You can check remote URL by using following command


git config --get remote.origin.url

}