Skip to content

Commit 3c18dd5

Browse files
Move the rebase episode to be optional after the End card. Remove the opinionated line about rebasing after merging. Clarify that episodes after the end card are optional so that they don't have to have optional in the title of the episode. (#17)
1 parent 8c6b74d commit 3c18dd5

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ episodes:
6767
- 05-forks.md
6868
- 06-conflict.md
6969
- 07-history.md
70-
- 08-rebase.md
7170
- End.md
71+
- 08-rebase.md
7272
- 09-pre-commit.md
7373

7474
# Information for Learners

episodes/07-history.md

-3
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ a commit that introduced a bug.
268268

269269
Your team will decide what approach is right
270270
for your project.
271-
If you choose to perform normal merge's on
272-
your PRs we recommend rebasing your feature branch
273-
before the PR is ready for review.
274271

275272
:::::::::::::::::::::::::::::::::::::::: keypoints
276273

episodes/08-rebase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Rebasing
2+
title: 'Rebasing'
33
teaching: 15
44
exercises: 10
55
---

episodes/09-pre-commit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Optional: Pre-commit'
2+
title: 'Pre-commit'
33
teaching: 10
44
exercises: 10
55
---

episodes/End.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Please remember to fill out your post-workshop feedback.
99
This feedback is vital for us to keep improving the lesson
1010
for other learners.
1111

12+
Episodes after this **End** page are optional.
13+
Your instructor may choose to teach these episodes
14+
if time permits.
15+
Otherwise feel free to work through the episodes
16+
in your own time.
17+
1218
### Where to next?
1319

1420
We've covered a lot over the last two workshops
@@ -19,5 +25,6 @@ when it comes to GitHub!
1925
GitHub training.
2026
- In this lesson you saw automated testing
2127
of PRs using [GitHub Actions](https://learn.microsoft.com/en-us/training/modules/introduction-to-github-actions/) which you might like to explore more.
22-
- These tests ran [pre-commit](https://pre-commit.com/) checks which you can set up locally to run before you commit.
28+
- The optional [rebasing episode](./08-rebase.md) guides you through rebasing a branch.
29+
- These PR tests ran [pre-commit](https://pre-commit.com/) checks which you can set up locally to run before you commit.
2330
The optional [pre-commit episode](./09-pre-commit.md) outlines how to set up some basic checks.

0 commit comments

Comments
 (0)