git repository details command code example
Example 1: git check upstream url
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