Messages in this thread |  | | | Date | Tue, 21 Jun 2005 13:53:46 -0400 | | From | Jeff Garzik <> | | Subject | Re: git-pull-script on my linus tree fails.. |
| |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |