how to know origin in git code example
Example 1: how to check git repository link
git config --get remote.origin.url
Example 2: see git origin
git remote -v
Example 3: github see the origin
git remote -v
git config --get remote.origin.url
git remote -v
git remote -v