chage git url code example
Example 1: git update remote origin
git remote set-url origin new.git.url/here
git remote add origin new.git.url/here
Example 2: change remote to use ssh git command
git remote add origin git@github.com:nikhilbhardwaj/abc.git