Skip to content

Commit 8bffe41

Browse files
committed
Trying to get the order correct in the mermaid diagram
1 parent 2094d73 commit 8bffe41

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

docs/basic-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: Lecture, Pedro, day 1
44
description: "Basic Git commands"
55
---
66

7-
<!-- Lecture material made by Pedro Ojeda-May for the version of the course that was given in fall 2020. Lecture was first given by Pedro Ojeda-May in fall 2020.-->
7+
<!-- Lecture material made by Pedro Ojeda-May for the version of the course that was given in fall 2020. Lecture was first given by Pedro Ojeda-May in fall 2020. Moved to GitHub and some tweaks (mainly to graphs) done by Birgitte Brydsö to get it to work on GitHub pages for the 2025 version of the course.-->
88

99
<!-- Slides: https://hackmd.io/@git-fall-2024/L2-commands -->
1010

docs/basic-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: Lecture, Birgitte, day 2
44
description: "What are the basic concepts of Git?"
55
---
66

7-
<!-- Lecture material made by Mirko Myllykoski for the version of the course that was given in fall 2020. Lecture was first given by Mirko Myllykoski in fall 2020. Various small changes done by Birgitte Brydsö for the fall 2023 and fall 2024 versions of the course.-->
7+
<!-- Lecture material made by Mirko Myllykoski for the version of the course that was given in fall 2020. Lecture was first given by Mirko Myllykoski in fall 2020. Various small changes done by Birgitte Brydsö for the fall 2023 and fall 2024 versions of the course. Moved to GitHub and some tweaks (mainly to graphs) done by Birgitte Brydsö to get it to work on GitHub pages for the 2025 version of the course. -->
88

99
<!-- Slides: https://hackmd.io/@git-fall-2024/L3-concepts -->
1010

docs/branches.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Branches, merges and conflicts"
55
---
66

77
<!-- Lecture material made by Birgitte Brydsö for the version of the course that was given in fall 2020. Lecture was first given by Birgitte Brydsö in fall 2020.
8-
Minor modifications done for the fall 2021/2022/2023 versions of the course. -->
8+
Minor modifications done for the fall 2021/2022/2023/2024 versions of the course. Moved to GitHub and some tweaks (mainly to graphs) done by Birgitte Brydsö to get it to work on GitHub pages for the 2025 version of the course. -->
99

1010
<!-- Slides: https://hackmd.io/@git-fall-2024/L5-branches -->
1111

@@ -252,21 +252,24 @@ We commit stuff to both branches
252252
```mermaid
253253
graph LR
254254
255+
master["master"]
256+
style master fill:#ffffff,stroke:#ffffff
257+
cool-feature["cool-feature"]
258+
style cool-feature fill:#ffffff,stroke:#ffffff
259+
255260
commitX(["commitX"])
256261
commit1(["commit1"])
257262
commit2(["commit2"])
258263
commitY(["commitY"])
259264
commit3(["commit3"])
260265
266+
master -.-> commit3
267+
cool-feature -.-> commitY
261268
commitX --> commit1
262269
commit2 --> commit1
263270
commitY --> commitX
264271
commit3 --> commit2
265272
266-
master["master"]
267-
master -.-> commit3
268-
cool-feature["cool-feature"]
269-
cool-feature -.-> commitY
270273
```
271274

272275
(Time goes leftwards)

docs/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Commits and commit trees"
66

77
# Lecture 4: Commits
88

9-
<!-- Lecture material made by Mirko Myllykoski for the version of the course that was given in fall~~~~~~~~ 2020. Lecture was first given by Mirko Myllykoski in fall 2020.-->
9+
<!-- Lecture material made by Mirko Myllykoski for the version of the course that was given in fall~~~~~~~~ 2020. Lecture was first given by Mirko Myllykoski in fall 2020. Moved to GitHub and some tweaks (mainly to graphs) done by Birgitte Brydsö to get it to work on GitHub pages for the 2025 version of the course. -->
1010

1111
<!-- Slides: https://hackmd.io/@git-fall-2024/L4-commits -->
1212

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Introduction to Git"
55
---
66

77
<!-- Lecture material made by Birgitte Brydsö for the version of the course that was given in fall 2020. Lecture was first given by Birgitte Brydsö in fall 2020.
8-
Minor modifications done for the fall 2021, 2022, 2023, and 2024 versions of the course. -->
8+
Minor modifications done for the fall 2021, 2022, 2023, and 2024 versions of the course. Moved to GitHub and some tweaks (mainly to graphs) done to work on GitHub pages for the 2025 version of the course. -->
99

1010
<!-- Slides: https://hackmd.io/@git-fall-2024/LA-intro -->
1111

docs/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Why use version control?"
55
---
66

77
<!-- Lecture material made by Mirko Myllykoski for the version of the course that was given in fall 2020. The lecture was first given by Mirko Myllykoski in fall 2020.
8-
Very minor modifications have been made by Birgitte Brydsö for the fall 2021, fall 2022, fall 2023, and fall 2024 versions of the course.-->
8+
Very minor modifications have been made by Birgitte Brydsö for the fall 2021, fall 2022, fall 2023, and fall 2024 versions of the course. Moved to GitHub and some tweaks (mainly to graphs) done by Birgitte Brydsö to get it to work on GitHub pages for the 2025 version of the course. -->
99

1010
<!-- Slides: https://hackmd.io/@git-fall-2024/L1-motivation/ -->
1111

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Git installation etc"
77
# Lecture 0: Setup
88

99
<!-- Lecture material made by Birgitte Brydsö for the version of the course that was given in fall 2020. Lecture was first given by Birgitte Brydsö in fall 2020.
10-
Minor modifications done for the fall 2021, 2022, 2023, and 2024 versions of the course. -->
10+
Minor modifications done for the fall 2021, 2022, 2023, and 2024 versions of the course. Moved to GitHub and some tweaks (mainly to graphs) done by Birgitte Brydsö to get it to work on GitHub pages for the 2025 version of the course. -->
1111

1212
<!-- Slides: https://hackmd.io/@git-fall-2024/L0-setup -->
1313

0 commit comments

Comments
 (0)