You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Materials for the participants of the course "Introduction to Git" (November 2024)
1
+
# Materials for the participants of the course "Introduction to Git" (3-7 November 2025)
2
2
3
3
This repository contains the material for the exercises for the participants of the course "Introduction to Git" as well as copies of the lectures.
4
4
5
-
**NOTE** Ignore the subdirectory **docs** for now, as well as the file **mkdocs.yml** - the course is in the process of being moved to GitHub pages instead of HackMD.
5
+
**NOTE** Ignore the subdirectory **docs**, as well as the file **mkdocs.yml** - the course has been moved to these GitHub pages instead of HackMD.
6
6
7
7
## Exercises
8
8
@@ -24,13 +24,17 @@ Then cd to the folder that is created. The exercises will be found under each su
24
24
25
25
## Lectures
26
26
27
-
The lectures are in the folder 'Lectures'.
27
+
The current lectures are found as rendered pages on: https://hpc2n.github.io/course-intro-git/
28
28
29
-
You can also find the lectures, probably in a nicer format, on the HackMD page for this course: [https://hackmd.io/@git-fall-2024](https://hackmd.io/@git-fall-2024)
29
+
**Older version (2024)**
30
+
31
+
The 2024 lectures are in the folder 'Lectures'.
32
+
33
+
You can also find the 2024 lectures, probably in a nicer format, on the HackMD page for this course: [https://hackmd.io/@git-fall-2024](https://hackmd.io/@git-fall-2024)
30
34
Note that there may be minor updates which are only on the HackMD pages.
31
35
32
36
## Other materials
33
37
34
-
The course website, which also has the course schedule, can be found here: [https://www.hpc2n.umu.se/events/courses/2024/fall/git](https://www.hpc2n.umu.se/events/courses/2024/fall/git)
38
+
The course website, which also has the course schedule, can be found here: [https://www.hpc2n.umu.se/events/courses/2025/git](https://www.hpc2n.umu.se/events/courses/2025/git)
35
39
36
40
The recordings of the lectures can be found on [HPC2N's YouTube channel](https://www.youtube.com/user/HPC2N). There will be a playlist for the course. The recordings are usually uploaded within a day or so of the lecture.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
- <ahref="https://docs.hpc2n.umu.se/tutorials/linuxguide/"target="_blank">Linux tutorial and "cheat sheet"</a>
38
38
- <ahref="https://github.com/hpc2n/intro-linux"target="_blank">HPC2N's Linux intro course material (including link to recordings)</a>
39
39
- Basic knowledge of using a text editor of your choice on your system.
40
-
- Information about Linux editors here: https://docs.hpc2n.umu.se/tutorials/linuxguide/#editors
40
+
- Information about Linux editors here: <ahref="https://docs.hpc2n.umu.se/tutorials/linuxguide/#editors"target="_blank">https://docs.hpc2n.umu.se/tutorials/linuxguide/#editors</a>
41
41
- A <ahref="https://github.com/"target="_blank">GitHub user account</a> (free - can be created for the course).
42
42
- A reasonably recent version of Git installed on your system. See <ahref="https://git-scm.com/"target="_blank">the Git homepage</a>.
0 commit comments