Skip to content

Commit

Permalink
highlight what makes our git lessons unique; closes #914
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 13, 2024
1 parent 11ceb98 commit 6599d65
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions content/lessons/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ These are the lessons which are included in the "standard" CodeRefinery
workshop, and what we believe that every computational scientist (even those
with very small amounts of computation) should know.

- [Introduction to version control](https://coderefinery.github.io/git-intro/) (day 1-2):
**Why we want to track versions and how to go back in time to a working version.**
This lesson brings you from zero to using Git and GitHub for own projects.

- [Collaborative distributed version control](https://coderefinery.github.io/git-collaborative/) (day 3):
This lesson builds on "Introduction to version control" and we apply branching and learn about pull requests
(merge requests), forks, and collaboration using Git and GitHub.
- Version control with **focus on collaboration** and **not only for the command line**:
- [Introduction to version control](https://coderefinery.github.io/git-intro/) (day 1-2):
**Why we want to track versions and how to go back in time to a working version.**
This lesson brings you from zero to using Git and GitHub for own projects.

- [Collaborative distributed version control](https://coderefinery.github.io/git-collaborative/) (day 3):
This lesson builds on "Introduction to version control" and we apply branching and learn about pull requests
(merge requests), forks, and collaboration using Git and GitHub.

- [Reproducible research](https://coderefinery.github.io/reproducible-research/) (day 4):
**Preparing code to be usable by you and others in the future.**
Expand Down

0 comments on commit 6599d65

Please sign in to comment.