Support icon indicating copy to clipboard operation
Support copied to clipboard

[Feature request] Option to merge branches using --no-ff

Open ImGamez opened this issue 5 years ago • 1 comments

When merging branches it does it using fast-forward, an option to make a merge commit is a must in some cases. (If there is a way to do it, I don't see it 😶)

Cheers ✌.

ImGamez avatar Mar 07 '20 02:03 ImGamez

Yeah, there currently isn't. I just do what Git does by default. After reading this: https://stackoverflow.com/questions/6701292/git-fast-forward-vs-no-fast-forward-merge I think I understand why you might want an option to choose. I'll have a think about this.

GitFiend avatar Mar 07 '20 02:03 GitFiend