From 6f98ac086b5058a3729a64be21eda1a5a74c0813 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 20 Jun 2022 19:46:13 -0700 Subject: [PATCH] Point to other methods --- connect-git-github.Rmd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/connect-git-github.Rmd b/connect-git-github.Rmd index 66298d9..d9bdc12 100644 --- a/connect-git-github.Rmd +++ b/connect-git-github.Rmd @@ -30,9 +30,10 @@ cat(res, sep = '\n') ## Clone the repo to your local computer -We have a few ways to do this: with command line Git or via RStudio (or, eventually, usethis). - -### Clone with command line Git +We have a few ways to do this. +Here we use command line Git. +In section \@ref(new-github-first), we show other methods that you might prefer in daily life: +using usethis or the RStudio IDE. Go to the shell (Appendix \@ref(shell)).