Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See complete history of changes in smartGit

Tags:

git

smartgit

Is there a way to easily trace all the changes made to a file in smartGit? I have looked around without success..

I want to be able to see the current version (v0) against the version before that (v-1). Then I want to be able to see two earlier versions in comparison to each other (as in v-1 against v-2 or v-1 against v-3)

like image 660
fixingstuff Avatar asked Sep 06 '14 21:09

fixingstuff


1 Answers

Sure, that's possible.

  1. Click onto the file you want to inspect in the Files tab.
  2. Double-click it or hit CTRL+L
  3. In the opened log window, only commits dealing with your selected file are displayed now. Go through them and compare changes at the bottom of the screen.

Screencast to show how to do that

like image 117
Christian Avatar answered Nov 08 '22 02:11

Christian