git bash get origin code example
Example 1: check git url
# Check existing git url:
git remote -v
Example 2: how to check git repository link
git config --get remote.origin.url
# Check existing git url:
git remote -v
git config --get remote.origin.url