git 1.7.1
git show <hash>:<file> gives me a file based on commit hash
I am trying to figure out how to put the file of the previous commit to the one with the hash.
I know that I can always use log to get all the hashes and find out what I need, but this is not a very good solution in my case, as I try to minimize the number of commands that I need to do for performance problems.
I wonder if there is an easy way.
source share