Getting the name of an remote repository in Git
Using the remote command we can get the name of our remote repository:
git remote
After running the command, we will see the name we gave to the remote repository:
origin
Review the information about the name you gave your remote repository.