On 03/19/2012 03:46 AM, Lars Gullik Bjønnes wrote:
Tommaso Cucinotta<[email protected]> writes:| git show HEAD~2..HEAD> cool.patch | (assuming your committed patches sit on top of everything else, in | your local branch) Use 'git format-patch' to create patches.
I.e., so something like:
git format-patch HEAD-2
which will give you two patches, corresponding to your last two commits.
Richard
