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
Please sign in to leave a comment.
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/
Done!
Thank you for your fast reply.
Vincent
Big plus for this one! Do you have a link to the bug tracker issue?
https://youtrack.jetbrains.com/issue/IDEA-99115
5 years later and there is still no option to disable FF :(
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