Git Merge Configuration

Answered

Hi,

I have been looking everywhere and I can't find the way to set some default configuration on the merge strategy.
I would like to set the "No fast forward" by default so I don't have to check the box every time I do a  merge.

Any help would be greatly appreciated!!

Thank you,
Vincent



Attachment(s):
git.JPG
3
6 comments

Hi Vincent,

Unfortunately, currently there is no way to do so.
You're welcome to fire a request in our bugtracker: http://youtrack.jetbrains.com/

0

Done!

Thank you for your fast reply.
Vincent

0

Big plus for this one! Do you have a link to the bug tracker issue?

0

5 years later and there is still no option to disable FF :(

0

BTW, if you want to always merge with --no-ff, you could set it in git config and all merges from IDE will be no-ff as well

1

Please sign in to leave a comment.