Is it possible to create a git alias to do a less style display of a specific file from the last commit?
The usual command for that would be git show HEAD~0:FileName.
However creating an alias like this sh-la = show HEAD~0: and running it with git sh-la FileName does not work.
-1? I made sure there were lots ofgitquestions here before asking.