git run code on a different remote code example
Example 1: git check upstream url
git remote show origin
Example 2: git remote list
git remote -v
Example 3: git origin command
git remote add origin [email protected]:User/UserRepo.git
git remote set-url origin [email protected]:User/UserRepo.git