Jump to content

Merge Workflow

From postmarketOS Wiki
Revision as of 08:32, 13 December 2018 by Ollieparanoid (talk | contribs) (update: we're on gitlab now, and have mrhlpr)

This page used to describe the merge workflow on GitHub and reasoning for always using "squash and merge". Nowadays we are on GitLab and have a tool to assist us with the merge workflow. From the user's perspective, you only need to know that commits are squashed into one commit if they don't have a clean history.

For people responsible of merging patches, see mrhlpr for our merge workflow.