You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: