git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Merging a foreign tree into a bare repository.
@ 2008-07-09  0:14 Dave Quigley
  2008-07-09  0:40 ` Johannes Schindelin
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Quigley @ 2008-07-09  0:14 UTC (permalink / raw)
  To: Git Mailing List

Hello,
   I created a bare copy of Linus' 2.6 kernel tree which I am using for
some public development. I have a branch in this tree called patchset
which has a series of commits based on a patch set that I have. Now I
want to update this copy from the kernel.org git repository and rebase
the patches in the patchset branch. I typed git-fetch <URL to Linus'
tree> and it successfully fetched the remote objects. I tried to then
merge them but you need a working directory to merge the changes which
makes sense. Normally if I had a working directory I would use
git-rebase to rebase my patches on a working tree but since this is a
bare repository I can't do that. How would one go about doing this with
a bare repository? Is there a better way of doing this that I am not
aware of? Is my work flow completely off?

Dave

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

end of thread, other threads:[~2008-07-09 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-09  0:14 Merging a foreign tree into a bare repository Dave Quigley
2008-07-09  0:40 ` Johannes Schindelin
2008-07-09 14:25   ` Alejandro Riveira
2008-07-09 17:27   ` Jakub Narebski
2008-07-09 18:42     ` Johannes Schindelin
2008-07-09 21:04       ` Eric Raible

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 NNTP newsgroup(s).