I would like to get a single commit (let\'s call it ${SHA}) from GitHub via the web-interface.
${SHA}
For example, something like:
$ git clone
OK, found the answer myself.
Adding .patch (or .diff) to the commit-URL will give a nice patch:
.patch
.diff
https://github.com/foo/bar/commit/${SHA}.patch
Thanks to Ten Things You Didn't Know Git And GitHub Could Do...