We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d99633 commit 8138ea5Copy full SHA for 8138ea5
config.yaml
@@ -66,6 +66,8 @@ episodes:
66
- Break.md
67
- 05-forks.md
68
- 06-conflict.md
69
+- 07-history.md
70
+- 08-rebase.md
71
- End.md
72
73
episodes/07-history.md
@@ -81,7 +81,7 @@ The key here is `--graph` shows us the graphical
81
representation of our history on the left of the
82
terminal.
83
`*`'s are commits which are connected by lines.
84
-The vertical lines on the far left represent the `main` branch.
+The vertical lines represent links between commits.
85
The output above shows two feature branches each with
86
only one commit which were then merged back into
87
`main` via a pull request.
0 commit comments