git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* How to re-merge paths differently?
@ 2017-10-27 15:44 Sergey Organov
  2017-10-28 17:37 ` Philip Oakley
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Organov @ 2017-10-27 15:44 UTC (permalink / raw)
  To: git

Hello,

Is there anything like this:

$ git merge b
[... lot of conflicts ...]
$ git re-merge -X ours -- x/   # Leaves 0 conflicts in x/
$ git re-merge -X theirs -- y/ # Leaves 0 conflicts in y/
[... resolve the rest of conflicts manually ...]
$ git commit

[*] I do mean '-X' above, not '-s'.

-- Sergey

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-30  5:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27 15:44 How to re-merge paths differently? Sergey Organov
2017-10-28 17:37 ` Philip Oakley
2017-10-28 17:50   ` Philip Oakley
2017-10-30  5:02   ` Sergey Organov

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).