Disabling git fast forward merge

Hi Mosh, from the branching section one of yours git commands was wrong, instead of:

git config ff no

the correct would be:

git config merge.ff no

1 Like