check for git remote code example
Example 1: how to see remote branch git
git remote show origin
Example 2: git origin command
git remote add origin [email protected]:User/UserRepo.git
git remote set-url origin [email protected]:User/UserRepo.git