Git: show file at commit
git show next~10:Documentation/READMEShows the contents of the file Documentation/README as they were current in the 10th last commit of the branch next.
From: git-show example
git show next~10:Documentation/READMEShows the contents of the file Documentation/README as they were current in the 10th last commit of the branch next.
From: git-show example