git update git remote code example
Example 1: git config remote.origin.url
# change remote url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: change git remote
git remote set-url origin [email protected]:user/repository2.git
Example 3: git overwrite urlk
# Overwriting an existing git url:
git remote set-url origin <git_url>
Example 4: git remote url change
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git