Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Add introduction to Git
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Jun 3, 2024
1 parent 3d587ec commit 4992780
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,7 @@ R packages can be saved in a persistent `~/work` directory so they do not need t
R_LIBS_SITE=~/work/R
```
* Remember to "Open Project" for the project when starting a new environment.

To display R Markdown files in Gitea, save the intermediate markdown file (`.md`), do the following:

* Go to the settings for the R Markdown file (the gear on the file toolbar) and selecting "Output Options" -> "Advanced" -> and select "Keep markdown source file".
8 changes: 7 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Lessons (Day 2):

* Welcome and overview
* Sharing & collaborating with code (Github introduction)
* Introduction: https://happygitwithr.com/big-picture.html
* https://swcarpentry.github.io/git-novice/01-basics.html
* https://swcarpentry.github.io/git-novice/04-changes.html
* https://swcarpentry.github.io/git-novice/05-history.html
Expand All @@ -32,13 +33,18 @@ Lessons (Day 2):

* Login to the environment (SKC-CARE): https://ci.skc.edu/
* Instructor Notes: [Notes.md](Notes.md)
* Git and R (recommended for students and as a teaching resource): https://happygitwithr.com/
* R Markdown: https://bookdown.org/yihui/rmarkdown/markdown-syntax.html
* Git and R (recommended): https://happygitwithr.com/
* Git book: https://git-scm.com/book/en
* Git branching:
* https://happygitwithr.com/git-branches (and remotes https://happygitwithr.com/git-remotes)
* https://nvie.com/posts/a-successful-git-branching-model/
* https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell
* R Tutorial: https://www.cyclismo.org/tutorial/R/
* R project introduction http://cran.r-project.org/doc/manuals/R-intro.html
* R Language: https://www.r-project.org/
* Test Driven Development (TDD) http://www.agiledata.org/essays/tdd.html

### Advanced Materials

* Git internals: "Git for Ages 4 And Up" - https://youtu.be/1ffBJ4sVUb4

0 comments on commit 4992780

Please sign in to comment.