Skip to content

writing / 2020 /

Git: show file at commit

git show next~10:Documentation/README

Shows the contents of the file Documentation/README as they were current in the 10th last commit of the branch next.

From: git-show example