|
1 | 1 | # Instructor guide |
2 | 2 |
|
3 | 3 |
|
4 | | -## Schedule Day 3 |
| 4 | +## Approximate schedule |
5 | 5 |
|
6 | | -- 08:50 - 09:00: Soft start and icebreaker question |
7 | | -- 09:00 - 09:15: Recap Git, any HedgeDoc questions to highlight |
8 | | -- 09:15 - 09:30: [Concepts around collaboration](https://coderefinery.github.io/git-collaborative/remotes/) |
| 6 | +Times here are in CE(S)T. |
| 7 | + |
| 8 | +- 08:50 - 09:00 (10 min) Soft start and icebreaker question |
| 9 | + |
| 10 | +- 09:00 - 09:15 (15 min) Recap Git, any HedgeDoc questions to highlight |
| 11 | +- 09:15 - 09:25 (10 min) [Concepts around collaboration](https://coderefinery.github.io/git-collaborative/concepts/) |
9 | 12 | - Explain terms: Pull, push, clone, fork. Focus on pull and not fetch. |
10 | 13 | - Focus more on clone and less on generating from templates and importing. |
11 | | -- 09:30 - 11:00: [Centralized workflow](https://coderefinery.github.io/git-collaborative/centralized/) |
12 | | - - 9:30 - 9:45: Explain concepts |
13 | | - - 9:45 - 9:55: Break |
14 | | - - 9:55 - 10:00: Inform clearly what is expected outcome |
15 | | - - 10:00 - 10:30: [Exercise](https://coderefinery.github.io/git-collaborative/centralized/#exercise-preparation) |
16 | | - - 10:30 - 11:00: Instructors go through the exercise. Discussion and answering questions |
17 | | -- 11:00 - 12:00: Lunch Break |
18 | | -- 12:00 - 13:10: [Distributed version control and forking workflow](https://coderefinery.github.io/git-collaborative/distributed/) |
19 | | - - 12:00 - 12:15: Concepts and what are exercise outcomes |
20 | | - - 12:15 - 12:45: [Exercise](https://coderefinery.github.io/git-collaborative/distributed/#exercise-preparation) |
21 | | - - 12:45 - 12:55 Break |
22 | | - - 12:55 - 13:10: Instructors go through excercises. Discussion and answering questions |
23 | | -- 13:10 - 13:30: [How to contribute changes to somebody else’s project](https://coderefinery.github.io/git-collaborative/contributing/) and Q&A |
| 14 | +- 09:25 - 10:00 (35 min) [Collaborating within the same repository](https://coderefinery.github.io/git-collaborative/same-repository/) |
| 15 | + - Exercise (incl preparation) |
| 16 | + |
| 17 | +- 10:00 - 10:10 (10 min) Break |
| 18 | + |
| 19 | +- 10:10 - 10:30 (20 min) [Collaborating within the same repository](https://coderefinery.github.io/git-collaborative/same-repository/) |
| 20 | + - Demo and Q/A |
| 21 | +- 10:30 - 11:00 (30 min) [Practicing code review](https://coderefinery.github.io/git-collaborative/code-review/) |
| 22 | + |
| 23 | +- 11:00 - 12:00 (60 min) Break |
| 24 | + |
| 25 | +- 12:00 - 12:50 (50 min) [Distributed version control and forking workflow](https://coderefinery.github.io/git-collaborative/distributed/) |
| 26 | + - Concepts and what are exercise outcomes |
| 27 | + - [Exercise](https://coderefinery.github.io/git-collaborative/distributed/#exercise-preparation) |
| 28 | + |
| 29 | +- 12:50 - 13:00 (10 min) Break |
| 30 | + |
| 31 | +- 13:00 - 13:30 (30 min) Discussion, demonstration, Q&A, feedback, what to expect next week |
24 | 32 |
|
25 | 33 |
|
26 | 34 | ## Why we teach this lesson |
|
0 commit comments