From 6599d65ab29f200812cf9d26fef40330a55e3dac Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Wed, 13 Nov 2024 07:02:06 +0100 Subject: [PATCH] highlight what makes our git lessons unique; closes #914 --- content/lessons/_index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/lessons/_index.md b/content/lessons/_index.md index 36f330b7..ef48ae39 100644 --- a/content/lessons/_index.md +++ b/content/lessons/_index.md @@ -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.**