DEV Community

Discussion on: Do you clone Git repos via HTTPS or SSH?

Collapse
 
crnisamuraj profile image
Crnisamuraj • Edited

Prefer SSH, it's just matter of personal preference, there's pros and cons for both of them of course.
But with SSH and keys it's lot easier

Collapse
 
mattkocaj profile image
matt kocaj

How? With the git credential manager, the oauth/access token is stored in the OS' native key store and you don't have to worry about sshkeygen, uploading keys, etc, etc.