summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 35e9d63)
raw | patch | inline | side by side (parent: 35e9d63)
author | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 23 Jan 2010 09:31:19 +0000 (03:31 -0600) | ||
committer | Thomas Rast <trast@student.ethz.ch> | |
Sun, 24 Jan 2010 12:57:42 +0000 (13:57 +0100) |
The 'merge' manual suggests 'reset' to cancel a merge at the end
of the Merge Strategies list. It is more logical to explain this
right before explaining how merge conflicts work, so the daunted
reader can have a way out when he or she needs it most.
While at it, make the advice more dependable and self-contained
by providing the --merge option.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
of the Merge Strategies list. It is more logical to explain this
right before explaining how merge conflicts work, so the daunted
reader can have a way out when he or she needs it most.
While at it, make the advice more dependable and self-contained
by providing the --merge option.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Documentation/git-merge.txt | patch | blob | history |
index 6aa2bf3701a892471388da6766c1f8f297c709a5..1fecedbbcf01bfcf5b80176b9406203ac9089d87 100644 (file)
include::merge-strategies.txt[]
-If you tried a merge which resulted in complex conflicts and
-want to start over, you can recover with 'git reset'.
-
HOW MERGE WORKS
---------------
same and the index entries for them stay as they were,
i.e. matching `HEAD`.
+If you tried a merge which resulted in complex conflicts and
+want to start over, you can recover with `git reset --merge`.
+
HOW CONFLICTS ARE PRESENTED
---------------------------