1. Cleaner git History
2. Git
3.
4. * Here it is in another format, produced by
5. * If you have been thinking "Yeah, this sucks", I agree
6. * This is what I think it should look like
7. * I think this will be easy to fix:
8. Stop merging changes from master
12. * When the topic branch is ready, "land" it on master:
13. Stop merging changes from master
14. Undo the merge
15. rebase
19. git-vee
20. rebase
22. git-pull --rebase
23. Merging master anyway
24. Thank you!