I know that to display a file with a specific git show <commit>:<file path> I use git show <commit>:<file path> . But this will not work if the file was renamed between commit and HEAD, so is there a way to do this in the file without having to manually determine what the original file name is with this commit?
source share