how to see what git repo you are on code example
Example 1: git command show current repo
git remote get-url origin
Example 2: check which repo i am on git
git config -l
Example 3: check which repo i am on git
git remote -v
git remote get-url origin
git config -l
git remote -v