Utilisateurs autorisés, Bureaucrates, Ingénieurs ISIG, Utilisateurs autorisés automatiquement, Masqueurs de modifications
375
modifications
mAucun résumé des modifications |
|||
Ligne 27 : | Ligne 27 : | ||
https://docs.github.com/fr/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account | https://docs.github.com/fr/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account | ||
== Généralités git == | |||
Récupérer l'url de l'origine: | |||
<syntaxhighlight lang="bash"> git remote -v </syntaxhighlight> | |||
Changer l'url de l'origine de https à ssh: | |||
<syntaxhighlight lang="bash">git remote set-url origin git@github.com:USERNAME/REPOSITORY.git </syntaxhighlight> | |||
== Références== | == Références== | ||
Long tutoriel de git pour les utilisateurs de R par Jenny Brian: https://happygitwithr.com | Long tutoriel de git pour les utilisateurs de R par Jenny Brian: https://happygitwithr.com |