Answers for "push to github using ssh key"

4

github push use ssh

# change the origin remote from https to ssh

git remote set-url origin [email protected]:<Username>/<Project>.git
Posted by: Guest on August-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language