git get current repo code example
Example 1: get git remote url
git config --get remote.origin.url
Example 2: git command show current repo
git remote get-url origin
Example 3: see git origin
git remote -v
git config --get remote.origin.url
git remote get-url origin
git remote -v