Slide 11
Slide 11 text
REBASE VS. MERGE
+ flat and readable history
+ simple single commit
manipulation
+ intuitive
- more complex
- can be dangerous
- rewriting history
+ simple to use
+ maintains original context
- create clutter when multiple
people on the same branch
- intensely polluted history
with merge commits
- harder to use git-bisect