Skip to content

Commit 871e957

Browse files
committed
Adjust minor details in slides of first week
1 parent 8b8e077 commit 871e957

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

00_organization/challenge_intro_slides.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The challenge part:
9494
- A project that is open for contributions (`CONTRIBUTING.md` or similar)
9595
- Ideally a software you have not worked with before (if you have, please discuss with us)
9696
- Ideally, everybody picks something different
97+
- You need to understand the background at least a bit
9798

9899
---
99100

@@ -143,6 +144,7 @@ The challenge part:
143144
- Comment in [issue #1](https://gitlab-sim.informatik.uni-stuttgart.de/simulation-software-engineering-wite2526/challenge/-/issues/1) till **22rd of October** (next Wednesday) evening (no FCFS)
144145
- Priority list with at least three choices
145146
- If **not** on our suggestion list, write short paragraph what the software does and give links
147+
- Add pre-knowledge that you have in the field. For example, if you pick pyMOR, you should know already what MOR is.
146148

147149
---
148150

01_version_control/intro_slides.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ slideOptions:
2323
}
2424
</style>
2525

26-
# Introduction to version control
26+
# Introduction to Version Control
2727

2828
---
2929

30-
## Learning goals of chapter
30+
## Learning Goals of Chapter
3131

3232
- Refresh and organize students' existing knowledge on Git (learn how to learn more).
3333
- Students can explain difference between merge and rebase and when to use what.
@@ -36,7 +36,7 @@ slideOptions:
3636

3737
---
3838

39-
## Why do we need version control?
39+
## Why Do We Need Version Control?
4040

4141
Version control ...
4242

@@ -48,7 +48,15 @@ Version control ...
4848
4949
---
5050

51-
## How does version control work?
51+
## The Alternative: A Story Told in File Names
52+
53+
<img src="http://phdcomics.com/comics/archive/phd052810s.gif" width=60% style="margin-left:auto; margin-right:auto">
54+
55+
[http://phdcomics.com/comics/archive/phd052810s.gif](http://phdcomics.com/comics/archive/phd052810s.gif)
56+
57+
---
58+
59+
## How Does Version Control Work?
5260

5361
- *master* (or *main*) copy of code in repository, can't edit directly
5462
- Instead: check out a working copy of code, edit, commit changes back
@@ -58,15 +66,7 @@ Version control ...
5866

5967
---
6068

61-
## The alternative: A story told in file names
62-
63-
<img src="http://phdcomics.com/comics/archive/phd052810s.gif" width=60% style="margin-left:auto; margin-right:auto">
64-
65-
[http://phdcomics.com/comics/archive/phd052810s.gif](http://phdcomics.com/comics/archive/phd052810s.gif)
66-
67-
---
68-
69-
## A very short history of version control I
69+
## A Very Short History of Version Control I
7070

7171
The old centralized variants:
7272

@@ -77,7 +77,7 @@ The old centralized variants:
7777

7878
---
7979

80-
## A very short history of version control II
80+
## A Very Short History of Version Control II
8181

8282
Distributed version control:
8383

@@ -93,7 +93,7 @@ Learn more: [Podcast All Things Git: History of VC](https://www.allthingsgit.com
9393

9494
---
9595

96-
## The only standard today: Git
96+
## The Only Standard Today: Git
9797

9898
No longer a fragmented market, there is nearly only Git today:
9999

@@ -104,7 +104,7 @@ No longer a fragmented market, there is nearly only Git today:
104104

105105
---
106106

107-
## More facts on Git
107+
## More Facts on Git
108108

109109
Git itself is open-source: GPL license
110110

0 commit comments

Comments
 (0)