IDEA Update Project creates merge commit when fast-forward merge is possible
10:40 26 Mar 2020

I just noticed that IDEA's Update Project action with update method Merge creates a merge commit even though a fast-forward merge is possible and git pull would not create a merge commit.

Can I force Update Project to fast-forward merge or do I have to choose the Rebase update method instead?

git intellij-idea