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?