Git development
 help / color / mirror / Atom feed
* How to merge into my working copy?
@ 2009-11-06 14:53 Patrick Doyle
  2009-11-06 14:59 ` Bruce Stephens
  2009-11-06 17:53 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Patrick Doyle @ 2009-11-06 14:53 UTC (permalink / raw)
  To: git

I would like to pull a set of changes from a branch back into the
working copy of my current branch without affecting the index.  I
can't figure out the right combination of --commit, --no-commit, -ff,
-no-ff, --log, --no-log, --squash, --no-squash, etc... options to use
with git-merge.

Basically, I created a branch off my mainline branch a few days ago.
Made some commits on that branch.  Then went back to my mainline
branch, made a few commits there, and now I would like to make my
working copy look like a merge of its current state with the changes
from the branch, minus any associated commits.

I probably should have just used git-stash to tuck those changes away,
but I didn't.

--wpd

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

end of thread, other threads:[~2009-11-06 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 14:53 How to merge into my working copy? Patrick Doyle
2009-11-06 14:59 ` Bruce Stephens
2009-11-06 17:53 ` Junio C Hamano
2009-11-06 18:15   ` Patrick Doyle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox