J—P

Limited availability — accepting new projects starting June 2026.

Switch remote HTTPS to SSH in Git

Quick snippet to switch a Git remote URL from HTTPS to SSH for easier authentication with SSH keys.

git remote -v
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git

Credit: docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories