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

Posted by Jason Baker on Stack Overflow See other posts from Stack Overflow or by Jason Baker
Published on 2010-03-23T13:38:45Z Indexed on 2010/03/23 13:53 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about git

Related posts about branching