How could I invoke SourceTree from terminal so it would perform a `diff` between `some.file` in the working directory and the same file in the last commit (or any other commit) ?
1.3 beta 2 will have the ability to launch SourceTree from the command line and open the repository, but if all you want to do is jump to a diff, 'hg diff' or 'git diff' with an external diff tool assigned is the fastest way, rather than going via SourceTree. SourceTree uses the same external diff tools anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.