GitHub: How to download a change as patch

Sometimes I can be useful to download a changes contained in a Github pull request as a unified diff. It turns out to be very easy. To view a commit as a diff/patch file, just add .diff or .patch to the end of the URL For instance

February 20, 2014 · 1 min · Christian Gmeiner