Find Git commits by email address

Often in Git you'll want to find a list of commits from a given author or organisation. Fortunately this is a simple enough task with two arguments to git log: git…

How to respond to patches

A couple of weeks ago I made a pull request to the documentation of the Symfony framework entitled: Remove reference to copying parameters.yml from Git cookbook (does pretty much what it…

Tips on using Git

Git tips from the trenches is a great summary of useful Git tips which you may not have been aware of but will make your life easier.