Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: how to do "git merge --abort"

From: Thomas Rast <hidden>
Date: 2016-06-15 22:47:17

Jeff King wrote:
On Fri, Aug 21, 2009 at 10:51:57PM +0800, bill lam wrote:
quoted
How to abort a merge if it said there are conflicts but I do not want
to (or can not) resolve it for the moment.  I can not find the --abort
option as that for git-rebase.
It is spelled "git reset --merge" (though --merge was introduced in
v1.6.1; prior to that, you had to use "git reset --hard").
Umm, no, you still have to use "git reset --hard".

"git reset --merge cmt" is a rough equivalent for

  git stash
  git reset --hard cmt
  git stash pop

and fills the case where you merged with (unrelated) unstaged changes,
and want to discard the merge while keeping the changes.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help