Can I make fast forwarding be off by default in git?
It seems there is still a pending question in the thread: How to do it globally (i.e. for all branches) ? For the records, we can use the following: git config –add merge.ff false …to make it apply to all branches in the current repository. To make it apply to all branches in all repositories … Read more