Rebase and merge with no fast forward option

Softweb Developers November 10, 2019

I was looking for different options for merging the feature branch into master branch and came across this page: https://confluence.atlassian.com/bitbucketserver/pull-request-merge-strategies-844499235.html
Can you explain me about the #4 Rebase, merge (rebase + merge --no-ff) and how do I perform this operation using git command line?
As to my knowledge, git rebase command has no “fast-forward” or “no-fast-forward” option as it is not merging anything and only integrating the (local feature) branch with master branch.

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events