git-reset-file(1) -- Reset one file SYNOPSIS git-reset-file [] commit-hash DESCRIPTION Reset one file to HEAD or certain commit-hash OPTIONS The name of the file to reset. (Optional) Hash of commit to reset the file to. Defaults to HEAD. EXAMPLES Reset one file to HEAD $ git reset-file .htaccess or reset one file to certain commit $ git reset-file .htaccess dc82b19 AUTHOR Written by Sasha Khamkov <> REPORTING BUGS <> SEE ALSO <>