how to check which git repo code example
Example 1: git command show current repo
git remote get-url origin
Example 2: how to check git repository link
git config --get remote.origin.url
Example 3: how to see shorthand version of git log
git log --oneline
Example 4: check which repo i am on git
git config -l