On Thu, 2007-10-18 at 07:39 +0200, Mike Galbraith wrote: > On Thu, 2007-10-18 at 07:09 +0200, Mike Galbraith wrote: > > > > I'd suggest making your life a little bit easier. Consider creating > > > a remote that points to Linus: > > > > > > $ git remote add linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > > > $ git checkout -b master ; # or any other branch > > > $ git config branch.master.remote linus > > > $ git config branch.master.merge refs/heads/master > > Dang. git was happy with everything above except the checkout -b > master, so I can't get off the dangling limb I'm on, and onto a solid > branch. Pff. -f. Thanks, ~4 second pull is MUCH better :) -Mike - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html