Skip to content

Commit 907da32

Browse files
committed
Trying to find the error in the mermaid diagram
1 parent ae16dc5 commit 907da32

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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)
22

33
This repository contains the material for the exercises for the participants of the course "Introduction to Git" as well as copies of the lectures.
44

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.
66

77
## Exercises
88

@@ -24,13 +24,17 @@ Then cd to the folder that is created. The exercises will be found under each su
2424

2525
## Lectures
2626

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/
2828

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)
3034
Note that there may be minor updates which are only on the HackMD pages.
3135

3236
## Other materials
3337

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)
3539

3640
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.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- <a href="https://docs.hpc2n.umu.se/tutorials/linuxguide/" target="_blank">Linux tutorial and "cheat sheet"</a>
3838
- <a href="https://github.com/hpc2n/intro-linux" target="_blank">HPC2N's Linux intro course material (including link to recordings)</a>
3939
- 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: <a href="https://docs.hpc2n.umu.se/tutorials/linuxguide/#editors" target="_blank">https://docs.hpc2n.umu.se/tutorials/linuxguide/#editors</a>
4141
- A <a href="https://github.com/" target="_blank">GitHub user account</a> (free - can be created for the course).
4242
- A reasonably recent version of Git installed on your system. See <a href="https://git-scm.com/" target="_blank">the Git homepage</a>.
4343

docs/remotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ graph LR
403403
style n2 color:#4169E1
404404
linkStyle 3 stroke:#D50000,fill:none
405405
linkStyle 4 stroke:#D50000,fill:none
406+
```
406407
linkstyle 5 stroke:#4169E1,fill:none
407408
linkstyle 6 stroke:#4169E1,fill:none
408409
```

0 commit comments

Comments
 (0)