« RStudio et github » : différence entre les versions

De Wiki ISIG
Aller à la navigation Aller à la recherche
(Page créée avec « Catégorie:Tutoriel = Étapes pour commencer = - Créer un repo sur son compte github. Copier l'url ssh par exemple - Depuis RStudio: faire Tools => Project Options => Git/SVN. Choisir Git. Ce changement d'options va faire apparaître un onglet "Git" en haut à droite de RStudio pour le projet concerné. - Ouvrir le terminal depuis RStudio (Onglet git: ⚙️ => Shell) - Depuis le terminal: Ajouter l'origine distante <syntaxhighlight>$git remote add origi... »)
(Aucune différence)

Version du 16 décembre 2022 à 14:28


Étapes pour commencer

- Créer un repo sur son compte github. Copier l'url ssh par exemple - Depuis RStudio: faire Tools => Project Options => Git/SVN. Choisir Git. Ce changement d'options va faire apparaître un onglet "Git" en haut à droite de RStudio pour le projet concerné. - Ouvrir le terminal depuis RStudio (Onglet git: ⚙️ => Shell) - Depuis le terminal: Ajouter l'origine distante <syntaxhighlight>$git remote add origin git@github.com:lvaudor/textometrie_exos.git<syntaxhighlight>