Dcycle Blog

Git diff of last two commits

November 15, 2013

The following command can be useful in your Jenkins server if you want to display between the latest build and the one before it:

git log -p -n1

This will display, as a patch, what the latest change was.