Skip to content

Commit dd2c119

Browse files
committed
add in how to fast forward
1 parent cac6022 commit dd2c119

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/03-git-branching/sections/rebasing.asc

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ image::images/basic-rebase-3.png[Rebasing the change introduced in `C3` onto `C4
3939

4040
At this point, you can go back to the master branch and do a fast-forward merge.
4141

42+
[source,console]
43+
----
44+
$ git checkout master
45+
$ git merge experiment
46+
----
47+
4248
.Fast-forwarding the master branch
4349
image::images/basic-rebase-4.png[Fast-forwarding the master branch.]
4450

0 commit comments

Comments
 (0)