Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing old version of a file in TortoiseGit

How can I browse through old versions of a file in TortoiseGit? I'm thinking about something like a GUI that you open for a particular file, and it shows you in one pane a list of commits, and in another pane the file contents.

The closest thing I know is the "Show Log" GUI with "View -> View Patch" selected, but I was hoping to be able to see the whole file, not just patch...

like image 689
Martin J.H. Avatar asked Dec 22 '25 18:12

Martin J.H.


1 Answers

I always do it like this:

  1. Show log of 1 file:

enter image description here

  1. select a commit and in the file list below, select "view revision in alternative editor"

enter image description here

  1. Voila

enter image description here

like image 167
Julian Avatar answered Dec 24 '25 06:12

Julian