How do I check out an older version of a file with TortoiseGit?
问题 I see threads on here about checking out older versions of a file with the command line git, but how do I do it with TortoiseGit? 回答1: Right click the file, select TortoiseGit > Show Log. Find what revision of the file you want to check out, by clicking old revisions in the bottom pane of the log. Once you find which one you want to check out, select 'Revert to this revision'. Word of warning, I'm not sure if this reverts a single file, or rolls the entire repo back to that hash tag. 回答2: