Merge branch 'ts/merge-orig-head-doc-fix'
Doc fix. * ts/merge-orig-head-doc-fix: docs: correct ORIG_HEAD example in "git merge" documentation
This commit is contained in:
@@ -38,7 +38,7 @@ Then `git merge topic` will replay the changes made on the
|
||||
its current commit (`C`) on top of `master`, and record the result
|
||||
in a new commit along with the names of the two parent commits and
|
||||
a log message from the user describing the changes. Before the operation,
|
||||
`ORIG_HEAD` is set to the tip of the current branch (`C`).
|
||||
`ORIG_HEAD` is set to the tip of the current branch (`G`).
|
||||
|
||||
------------
|
||||
A---B---C topic
|
||||
|
||||
Reference in New Issue
Block a user