From 4c18bd9818c7db82df8360b92d8ab31ab45bb185 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 12 Mar 2024 13:17:36 -0400 Subject: [PATCH] Update 03-version-control-with-github.Rmd --- 03-version-control-with-github.Rmd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/03-version-control-with-github.Rmd b/03-version-control-with-github.Rmd index fdda366..8540e11 100644 --- a/03-version-control-with-github.Rmd +++ b/03-version-control-with-github.Rmd @@ -108,7 +108,12 @@ unzip -o chapter-zips/reproducible-R-example.zip -d chapter-zips/ - Choose `add a README`. - Follow [these instructions](https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github) to add all the files that are inside the `reproducible-R-example.zip` or `reproducible-python-example.zip` file you downloaded to this new repository. -This new repository you created should look [something like this](https://github.com/cansavvy/repository-name). +Your new repository should more or less look like this when you are done (with obviously some minor differences). + +```{r, fig.alt="An image showing what a repository looks like with our example files loaded in. +", out.width = "100%", echo = FALSE} +ottrpal::include_slide("https://docs.google.com/presentation/d/1IJ_uFxJud7OdIAr6p8ZOzvYs-SGDqa7g4cUHtUld03I/edit#slide=id.g2c22eaae560_0_0") +``` ### git clone