see url of git remote code example
Example 1: git view remote url
git remote show origin
Example 2: how to check git repository link
git config --get remote.origin.url
git remote show origin
git config --get remote.origin.url