0

My objective is to create a montage of all the changes that has happened to single file throughout the version history. To simplify this a bit, I am not interested the times a files name got changed.

Is there a way I could access all the different versions that exist of a file?

So far I have got different versions of git files with:

git log -- [filename]

but from here, is there a way to download those files?

Toothery
  • 85
  • 1
  • 7
  • 2
    Does this answer your question? [View a file in a different Git branch without changing branches](https://stackoverflow.com/questions/7856416/view-a-file-in-a-different-git-branch-without-changing-branches) (they say branch - but any refspec will work, such as a commit hash) – fredrik Aug 19 '21 at 06:27

0 Answers0