atlassian sourcetree - How to view file contents as it was in a commit - Like `git show` -


briefly: what's sourcetree equivalent of:

git show 946a759:file.h


more thorougly:

  1. file.h did not change in commit 946a759, want see contents of file @ time of commit.

  2. i know could change log view - working copy view show all of files, find file in list, right-click on , choose "log selected", find commit (or next oldest one) but

    • that's cumbersome process
    • i don't want change log view's setup show files
    • it's difficult find random file in huge long list of files.

so i'd in log view master branch selected in left sidebar, find particular commit in tree, , equivalent of git show rev:anyfileiwant. i'd fine typing in path file.

i can't seem find way this?


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -