You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: episodes/End.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ Please remember to fill out your post-workshop feedback.
9
9
This feedback is vital for us to keep improving the lesson
10
10
for other learners.
11
11
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
+
12
18
### Where to next?
13
19
14
20
We've covered a lot over the last two workshops
@@ -19,5 +25,6 @@ when it comes to GitHub!
19
25
GitHub training.
20
26
- In this lesson you saw automated testing
21
27
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.
23
30
The optional [pre-commit episode](./09-pre-commit.md) outlines how to set up some basic checks.
0 commit comments