From the command line: git checkout
is probably what you want.
The documentation shows an example of:
$ git checkout master~2 Makefile
to revert Makefile
to two revisions back in the master branch
From within TortoiseGit (via Windows Explorer) it looks like you can do this with the following steps:
Show log
from the TortoiseGit context menuRevert to this revision
1 files revert to e19a77