Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions text/s1-c06-branching-and-merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ We create a new branch called `experiment` off of our main branch,
which is by convention called `master`.
We then switch to the new branch and create a few commits.

Note: it is common nowadays to use `main` as the initial branch name instead of `master`.

![](../artwork/diagrams/branch-story1.svg)

Then,
Expand Down