Skip to content

Commit 9f0c8ee

Browse files
authored
Update introduction.md
1 parent b54823a commit 9f0c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ When such a situation occurs, it stops right before the merge commit so that you
107107

108108
### Rebase & Merge
109109

110-
In Git, there is another way to integrate changes from one branch into another: the rebase.
110+
In Git, there is another way to integrate changes from one branch into another - a **rebase**.
111111

112112
Let's go back to an earlier example from the 3-way merge, where main and feature branches have diverged with subsequent commits made on each (so fast-forward merging strategy is not an option).
113113

0 commit comments

Comments
 (0)