Git Switch between ssh and HTTPS

description: git change remote from https to ssh

change from HTTPS into ssh

1
2
git remote set-url origin git@github.com:kelfan/kelfan.github.io.git
git remote -v

more on search4fan.github.io