From 111a3b438b012419a9be61481561f2cd5d882c93 Mon Sep 17 00:00:00 2001 From: jjjpk1 <131658629+jjjpk1@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:37:20 +0200 Subject: [PATCH] Update 002_gitstart.Rmd Typo hunt --- 002_gitstart.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/002_gitstart.Rmd b/002_gitstart.Rmd index bed01df..726920d 100644 --- a/002_gitstart.Rmd +++ b/002_gitstart.Rmd @@ -14,11 +14,11 @@ We will start with a short presentation on version control systems and git. *(Thank you Coderefinery for this exercise, lisenced [CC BY 4.0.](https://creativecommons.org/licenses/by/4.0/))* -On github, you can create and share repositories (folders), which contain the (analyses) code and related files for a project. Git will keep track of alle changes to these files. +On github, you can create and share repositories (folders), which contain the (analyses) code and related files for a project. Git will keep track of all changes to these files. Before we create a new repository from scratch and learn how to record changes and create and merge branches, let us explore an **existing Git repository** on -GitHub. The goal here is not to teach GitHub yet (we will explain some of the +GitHub. The goal here is not to teach GitHub yet (we will explain some of the concepts later), but rather to get a glimpse of the wider picture. As an example we can explore a famous Git repository which was used