Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn gitflow:release - allow fast-forward merge of developmentBranch to productionBranch #14

Closed
DemonicTutor opened this issue Apr 27, 2016 · 2 comments
Assignees

Comments

@DemonicTutor
Copy link

When using mvn gitflow:release the branch develop is merged back to master using a merge-commit.

I would like to have the option to use a fast-forward commit / rebase-merge.

@aleksandr-m
Copy link
Owner

Although original article recommends using --no-ff, the fast-forward could make sense in some cases.

@DemonicTutor
Copy link
Author

DemonicTutor commented Apr 28, 2016

Personally i prefer rebase because merge-commit just look more cluttered and as if there is "something important" ... when in reality its just a update to the branch master.... there is no important information - just making it look more complex (some may say fancier) than it really is.

Personal preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants