Product Features

Announcement of new products or features developed by Mergify.

Julien Danjou

Keep Your Repository Clean: Delete Your Merged Branches!

When you create a pull request in GitHub, you start building commits on top of a branch that is called the base branch. That new branch that contains your new code is called the head branch. Your goal is to merge the head branch into the base branch. The base