Skip to content

Commit f62ead2

Browse files
committed
Fixing a typo and starting to add the exercises for the remotes section
1 parent 9d51988 commit f62ead2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/branches-exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can do that either by cloning the repository or by just getting the zip file
1515
1. ``wget https://github.com/hpc2n/course-intro-git/raw/refs/heads/main/git_materials.zip``
1616
2. ``unzip git_materials.zip``
1717
3. ``cd git_materials``
18-
4. ``cd 4.branches``
18+
4. ``cd 5.branches``
1919

2020
You are now in a directory with 5 subdirectories, one for each exercise.
2121

docs/remotes-exercises.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Exercises - Working with remotes
2+
3+
In order to do these exercises, you need to download the exercises zip file (if you already did so for the previous exercise, you do not need to do so again, of course).
4+
5+
You can do that either by cloning the repository or by just getting the zip file with `wget`.
6+
7+
- Do ONE of the following:
8+
- **git clone**
9+
1. `git clone https://github.com/hpc2n/course-intro-git.git`
10+
2. `cd course-intro-git`
11+
3. `unzip git_materials.zip`
12+
4. `cd git_materials`
13+
5. `cd 6.remotes`
14+
- **Fetch with wget**
15+
1. `wget https://github.com/hpc2n/course-intro-git/raw/refs/heads/main/git_materials.zip`
16+
2. `unzip git_materials.zip`
17+
3. `cd git_materials`
18+
4. `cd 6.remotes`
19+
20+
You are now in a directory with 2 subdirectories, one for each exercise.

0 commit comments

Comments
 (0)