git change http to ssh code example
Example 1: change remote repository git
git remote set-url origin [email protected]:/your-repository.git
Example 2: git overwrite urlk
# Overwriting an existing git url:
git remote set-url origin <git_url>
Example 3: change remote to use ssh git command
git remote add origin [email protected]:nikhilbhardwaj/abc.git