Where is git-blame in SourceTree Where is git-blame in SourceTree git git

Where is git-blame in SourceTree


Select a file, whether in the 'working copy' display or in the 'commit' display, and do one of three things:

  1. option-command-B
  2. menu bar :: Actions :: Blame Selected...
  3. contextual menu :: Blame Selected...

If the file you want to blame is not in the modified files list, you need to change the view to File Status View (View --> File Status View), then set the Sub menu to "Show All"

Show All on OSX


Starting sourcetree 3.0

Right click file > Annotate Selected

enter image description here


  1. Switch to the history view and select a commit that has the file you would like to blame.
  2. Right-click the file name and select Blame Selected.

Alternatively, you can right-click a file in the working tree or that has been staged and do the same thing.