how to check whats the origin reporsitory the local git is pointing to code example
Example 1: git check upstream url
git remote show origin
Example 2: github see the origin
git remote -v
git remote show origin
git remote -v