git config remote.origin.url code example
Example 1: git config remote.origin.url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
Example 2: change remote url git
git remote set-url origin https://hostname/USERNAME/REPOSITORY.git
Example 3: git remote chage url
git remote -v
git remote set-url origin https://github.com/user/repo2.git
git remote -v
Example 4: change remote to use ssh git command
git remote add origin [email protected]:nikhilbhardwaj/abc.git
Example 5: set origin url git
git remote add origin <git_url>
Example 6: git set remote origin url
git remote set-url origin new.git.url/here