Where is git-blame in SourceTree

wnrph picture wnrph · May 14, 2012 · Viewed 25.5k times · Source

I'd like to see who contributed which line/change to a file. git-blame does exactly that. So does SourceTree have a git-blame view?

Answer

GoZoner picture GoZoner · May 14, 2012

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