How to check current git repository name using command line

How to check current git repository name using command line.


In this post, you will be learning how to check the working Git Repository name, by the following command:

Step 1: Check your Git Repository name: 

$   git remote -v

you are done.!

Thanks for reading.