Answers for "change remote to ssh github"

17

change remote repository git

git remote set-url origin [email protected]:/your-repository.git
Posted by: Guest on March-22-2020
7

change remote to use ssh git command

git remote add origin [email protected]:nikhilbhardwaj/abc.git
Posted by: Guest on June-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language