Pavel Tyslacki
@tbicr
+ one conflict per branch
+ easiest flow
+ merge squash for simple feature
- to many unnecessary commits
- not linear history
+ linear history
- to many unnecessary commits
- to many conflicts
+ no unnecessary commits
- to many conflicts for delayed rebase
- to hard review fixes for force push
+ no force push and normal review
± conflicts per feature
- one more tool
decrease complexity and avoid overhead to context restoring:
Pavel Tyslacki
@tbicr