change remote to use ssh git command code example
Example 1: git update remote origin
git remote set-url origin new.git.url/here
Example 2: git update remote origin
git remote set-url origin new.git.url/here
git remote add origin new.git.url/here
Example 3: change remote to use ssh git command
git remote add origin [email protected]:nikhilbhardwaj/abc.git
Example 4: set origin url git
git remote add origin <git_url>