“git remoto Agregar URL SSH” Código de respuesta

Cambiar remoto para usar el comando ssh git

git remote add origin [email protected]:nikhilbhardwaj/abc.git
Defiant Dormouse

git remoto agregar ssh

git remote add origin ssh://user@host:1234/srv/git/example
Smoggy Skipper

git remoto Agregar URL SSH

/*in .git/config */
[remote "origin"]
    url = ssh://[email protected]:/path/to/myrepo.git
Friendly Hawk

Respuestas similares a “git remoto Agregar URL SSH”

Preguntas similares a “git remoto Agregar URL SSH”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código