git-reset-file
- Reset one file
git-reset-file
[<filename>] commit-hash
Reset one file to HEAD or certain commit-hash
<filename>
The name of the file to reset.
<commit-hash>
(Optional) Hash of commit to reset the file to. Defaults to HEAD.
Reset one file to HEAD
$ git reset-file .htaccess
or reset one file to certain commit
$ git reset-file .htaccess dc82b19
Written by Sasha Khamkov <sanusart@gmail.com>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>