git seturl code example
Example 1: git config remote.origin.url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: change remote repository git
git remote set-url origin [email protected]:/your-repository.git
Example 3: change remote url github
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 4: git update remote origin
git remote set-url origin new.git.url/here
git remote add origin new.git.url/here
Example 5: how to change remote origin guit
$ git remote set-url origin [email protected]:USERNAME/REPOSITORY.git
Example 6: change remote to use ssh git command
git remote add origin [email protected]:nikhilbhardwaj/abc.git