We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac6022 commit dd2c119Copy full SHA for dd2c119
book/03-git-branching/sections/rebasing.asc
@@ -39,6 +39,12 @@ image::images/basic-rebase-3.png[Rebasing the change introduced in `C3` onto `C4
39
40
At this point, you can go back to the master branch and do a fast-forward merge.
41
42
+[source,console]
43
+----
44
+$ git checkout master
45
+$ git merge experiment
46
47
+
48
.Fast-forwarding the master branch
49
image::images/basic-rebase-4.png[Fast-forwarding the master branch.]
50
0 commit comments