File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Assume the following history exists and the current branch is
28
28
`master` :
29
29
30
30
------------
31
- A---B---C topic
32
- /
31
+ A---B---C topic
32
+ /
33
33
D---E---F---G master
34
34
------------
35
35
@@ -38,11 +38,11 @@ Then `git merge topic` will replay the changes made on the
38
38
its current commit (`C` ) on top of `master` , and record the result
39
39
in a new commit along with the names of the two parent commits and
40
40
a log message from the user describing the changes. Before the operation,
41
- `ORIG_HEAD` is set to the tip of the current branch (`C ` ).
41
+ `ORIG_HEAD` is set to the tip of the current branch (`G ` ).
42
42
43
43
------------
44
- A---B---C topic
45
- / \
44
+ A---B---C topic
45
+ / \
46
46
D---E---F---G---H master
47
47
------------
48
48
You can’t perform that action at this time.
0 commit comments