Git development
 help / color / mirror / Atom feed
* Merge branch to directory of other branch.
@ 2006-11-06 18:01 Kirill Shutemov
  2006-11-06 21:49 ` Alex Riesen
  0 siblings, 1 reply; 2+ messages in thread
From: Kirill Shutemov @ 2006-11-06 18:01 UTC (permalink / raw)
  To: git

I have one branch with full content and other branch with one

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

* Re: Merge branch to directory of other branch.
  2006-11-06 18:01 Merge branch to directory of other branch Kirill Shutemov
@ 2006-11-06 21:49 ` Alex Riesen
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Riesen @ 2006-11-06 21:49 UTC (permalink / raw)
  To: Kirill Shutemov; +Cc: git

Kirill Shutemov, Mon, Nov 06, 2006 19:01:02 +0100:
> I have one branch with full content and other branch with one
> directory from first branch. How can I merge this branches?

Assuming they are related:

    git checkout -b merged full
    git pull . one-directory


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

end of thread, other threads:[~2006-11-06 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-06 18:01 Merge branch to directory of other branch Kirill Shutemov
2006-11-06 21:49 ` Alex Riesen

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