git set remore code example
Example 1: git check upstream url
git remote show origin
Example 2: git set remote
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
git remote show origin
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git