Skip to content

Commit 8138ea5

Browse files
Adds in the 08 Rebase episode and updates the End episode with further training links.
1 parent 5d99633 commit 8138ea5

File tree

4 files changed

+543
-2
lines changed

4 files changed

+543
-2
lines changed

config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ episodes:
6666
- Break.md
6767
- 05-forks.md
6868
- 06-conflict.md
69+
- 07-history.md
70+
- 08-rebase.md
6971
- End.md
7072

7173

episodes/07-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The key here is `--graph` shows us the graphical
8181
representation of our history on the left of the
8282
terminal.
8383
`*`'s are commits which are connected by lines.
84-
The vertical lines on the far left represent the `main` branch.
84+
The vertical lines represent links between commits.
8585
The output above shows two feature branches each with
8686
only one commit which were then merged back into
8787
`main` via a pull request.

0 commit comments

Comments
 (0)