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

Commit

Permalink
Git lesson updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 30, 2024
1 parent 1e6670d commit 041e62d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ git config user.name "First Last"
git config user.email "first_last@skc.edu"
git config --local --list
```
*Please note we do not use `--global` since no global settings are saved in this Environment.

Git Status:

Expand Down
11 changes: 7 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Lessons (Day 2):
* Welcome and overview
* Sharing & collaborating with code (Github introduction)
* 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
* https://swcarpentry.github.io/git-novice/06-ignore.html
* https://swcarpentry.github.io/git-novice/08-collab.html
* https://swcarpentry.github.io/git-novice/09-conflict.html (optional)
* https://swcarpentry.github.io/git-novice/10-open.html
Expand All @@ -30,12 +33,12 @@ Lessons (Day 2):
* Login to the environment (SKC-CARE): https://ci.skc.edu/
* Instructor Notes: [Notes.md](Notes.md)
* R Markdown: https://bookdown.org/yihui/rmarkdown/markdown-syntax.html
* R Language: https://www.r-project.org/
* R project introduction http://cran.r-project.org/doc/manuals/R-intro.html
* R Tutorial: https://www.cyclismo.org/tutorial/R/

* Git and R (recommended): https://happygitwithr.com/
* Git book: https://git-scm.com/book/en
* Git branching:
* 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

0 comments on commit 041e62d

Please sign in to comment.