Can I make fast forwarding be off by default in git?

I can’t really ever think of a time when I would use git merge rather than git rebase and not want to have a commit show up. Is there any way to configure git to have fast forwarding off by default? The fact that there’s an --ff option would seem to imply that there’s a way, but I can’t seem to find it in the documentation.

3 Answers
3

Leave a Comment