set remote code example

Example 1: change remote url git

git remote set-url origin https://hostname/USERNAME/REPOSITORY.git

Example 2: git set remote

git remote set-url origin https://github.com/USERNAME/REPOSITORY.git

Example 3: set git origin

git remote add origin [email protected]:portfolio/space.space_name.git

Example 4: git update upstream url

git remote set-url upstream https://hostname/USERNAME/REPOSITORY.git

Example 5: set remote git

git remote add => ADDS a new remote.
git remote set-url => UPDATES existing remote.