Как переключить удаленное от https на SSH на GitHub

git remote set-url origin git@github.com:{USERNAME}/{PROJECTNAME}.git
Bright Booby