Jump to content

Merge Workflow

From postmarketOS Wiki
Revision as of 10:04, 6 August 2019 by Ollieparanoid (talk | contribs) (Link to "Git workflow" page)

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.

Related: Git workflow