Is it possible to open the original version (HEAD) of a file in git that's been overwritten in the working directory, without resetting the changes? This would be incredibly useful for viewing before and after binary files (like images), where git does not give useful output.
Ideally, it would be possible to open both versions (perhaps the index too), at the same time, so they could be viewed side-by-side.