I observe that when I "Create a patch", the dialog creates the patch that is "to" the commit I selected "from" it's predecessor.
In the dialog, I can tantalisingly select two separate commits and the diff panel shows the diffs that are between those two - that's the patch that I want.
But when I press "OK", I still get the single commit patch.
Is there some way to achieve what I meant, using Sourcetree?
(note: it might be nice to have a "sourcetree" tag?)
You could use git diff oldHash..newHash > file.patch
command to get single patch for multiple commits.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With