Why uses git fast-forward merging per default?
- by Florian Pilz
Coming from mercurial, I'm using branches to organize features.
Naturally I want to see this work-flow in my history as well.
But I started my new project with git and finished a feature. After merging I realized that git used fast-forward and forgot about my branch.
So to think into the future: I'm the only one working on this project. If I use…