Heya, On Fri, May 22, 2009 at 04:32, Thomas Guyot-Sionnest <dermoth@xxxxxx> wrote: > Shouldn't git just unstage it? You can do that too, 'git reset && git reset --hard' will not touch untracked files. The first will unstage all your changes, the second will blow away all changes to tracked files. -- Cheers, Sverre Rabbelier -- 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