Re: git-pull-script on my linus tree fails..

From: Jeff Garzik
Date: Tue Jun 21 2005 - 12:55:05 EST


Linus Torvalds wrote:
Actually, I'd suggest doing the git-checkout-script _first_. That way you _can_ use the careful version, which refuses to switch if it would cause information to be lost. Ie something like

git-checkout-script $1 && switch HEAD to refs/heads/$1

should do it.


If I want my working dir updated to reflect the desired branch -- the whole purpose of git-switch-tree -- I would have to do

git-checkout-script && switch HEAD && git-checkout-script

which is a bit silly.

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/