Gustav Hållberg <gustav@xxxxxxxxx> writes: > I'm wondering if there's anyone who can recommend a smart way to > "reset" the index entry for individual files to the contents of HEAD, > in effect, removing any previous change between HEAD and the index > (for those files). Isn't "git reset -- path" what you want? Or perhaps "git checkout HEAD -- path" if you also want to reset the file content. -- Matthieu -- 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