Deleting branches in Git

For some projects, the workflow I use in Git is to create a new branch for every new feature or bug fix. This works well for keeping things separate, but…

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…