On Thu, 2008-06-05 at 10:45 -0700, jenny w wrote: > What I'd really like to do is just zap the last 3 commits ... is there > another way to just make things the way they were before these patches > were applied? Wouldn't git-reset --hard HEAD^^^ do what you want. It will rewind your tree to 3 commits bellow the current head, the --hard ensure your working tree is cleared out as well. > > Any help with any of the above would be greatly appreciated! > -- > 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 -- Alex, homepage: http://www.bennee.com/~alex/ Envy is a pain of mind that successful men cause their neighbors. -- Onasander -- 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