Is there a good way to checkout revisions of a specific file in git gui like an add tool or something?
Tried adding a new tool as:
git checkout $REVISION $FILENAME
But it only allows branch revisions out, not a specific commit. Is there a particular var I coud use to do that?