Hi,
I want to see what "extra" changes were done in merge commit. In command line it can be done with "git show" which produces "combined diff", as described e.g. here: https://stackoverflow.com/questions/45253550/how-to-check-if-a-merge-commit-contains-manual-changes-e-g-resolved-conflicts
In tortoisegit I can right click on merge commit and select "Unified diff with > show extra changes after merge".
Is something similar possible in SourceTree directly? Could not find anything...
Hi
I'm afraid I don't think you can do that currently in Sourcetree, the only place we use git show the command you refer to in a place where you might see that information is in the interactive rebase dialogs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.