Skip to content

Commit

Permalink
Update 03-version-control-with-github.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Mar 12, 2024
1 parent 9b67c3e commit 4c18bd9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 03-version-control-with-github.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c18bd9

Please sign in to comment.