how to know what's my origin on git code example
Example 1: how to check git repository link
git config --get remote.origin.url
Example 2: github see the origin
git remote -v
git config --get remote.origin.url
git remote -v