Answers for "github change remote origin to ssh"

7

change remote to use ssh git command

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

how to switch remote from https to ssh on in github

git remote set-url origin [email protected]:{USERNAME}/{PROJECTNAME}.git
Posted by: Guest on January-27-2022

Code answers related to "github change remote origin to ssh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language