Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 681 Bytes

why_rebase.md

File metadata and controls

13 lines (7 loc) · 681 Bytes

Atlassian has a couple of good articles covering the conceptual differences of merging and rebasing and the pros and cons of each workflow.

Why have we at Intrepid have chosen to prefer the rebase workflow?

We prefer to optimize our history for future developers rather than optimizing for ease of work in the moment and we find that the merge workflow does not allow that.

This merge history is much harder to understand

messy

than this rebase history

clean