mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
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:
commit
8c5f7db806
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user