how to see origin in git code example
Example 1: git check upstream url
git remote show origin
Example 2: see git origin
git remote -v
Example 3: git show origin
git config --get remote.origin.url
Example 4: show remote git
git config --get remote.origin.url
Example 5: github see the origin
git remote -v
Example 6: git add remote
git remote add heroku https://git.heroku.com/arrecs.git
git remote -v
-> heroku https://git.heroku.com/arrecs.git (fetch)
-> heroku https://git.heroku.com/arrecs.git (push)
git remote remove heroku
git remote -v