Peter Harris, 02.05.2009: > On Sat, May 2, 2009 at 10:54 AM, Aaron Gray wrote: > > How do I do the eqivalent of an 'svn revert' on a single file, on a > > directory of files, or on all files ? > > git checkout <files> This will use the state of the files from the index. To revert to the latest commit, i.e. discard all your local changes of particular files, use git checkout HEAD -- <files> Markus -- 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