shantanuo
shantanuo

Reputation: 32306

Download the last version of a file

I just wanted to verify the changes made to the file and this view is great.

https://github.com/shantanuo/marathi_spell_check/commit/410a68e5e29367e4208c9492ff5952eb6c7b50ff?diff=split

But how do I download the last version shown on the left? I do not want to revert back, I just need that file.

Upvotes: 0

Views: 31

Answers (1)

Lawrence Cherone
Lawrence Cherone

Reputation: 46602

If you know the commit hash then use it to view the file at that point in the tree:

https://raw.githubusercontent.com/shantanuo/marathi_spell_check/410a68e5e29367e4208c9492ff5952eb6c7b50ff/dicts/mr_IN.aff

Prev commit is: 8cf176b74de39f5acfb363d9d8647635683cc70d, which can be found in the file history.

Upvotes: 1

Related Questions