[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080724173030.GA7609@bromo.msbb.uc.edu>
Date: Thu, 24 Jul 2008 13:30:30 -0400
From: Jack Howarth <howarth@...mo.msbb.uc.edu>
To: linux-kernel@...r.kernel.org
Subject: merging branches remotely with git?
I am trying to do a local merge of the linus-kernel git and
the my-wireless-testing git. Is this possible? I have cloned both
locally with...
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
git clone git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/my-wireless-testing.git
I thought from the git documentation that I was supposed to be able to
create a merge automatically with...
git merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/my-wireless-testing.git
however this reports...
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git - not something we can merge
Any advice on how this can be done would be appreciated.
Jack
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists