Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save undergroundwires/f496670c8719838a052075c01ad43a16 to your computer and use it in GitHub Desktop.
Save undergroundwires/f496670c8719838a052075c01ad43a16 to your computer and use it in GitHub Desktop.
Set git remote to GitHub SSH
git remote set-url origin "ssh://git@github.com/USERNAME/REPOSITORY.git"
# Verify new remote URL
git remote -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment