In bitbucket/git, how to do fast forward merge after doing a merge-commit?
I have branched from develop in to a feature branch.
After few commits on feature branch, i have merged feature branch in to develop - using merge-commit merge strategy of bitbucket pull request.
In the process of development on feature branch I have made few more commits on to feature branch. This time when I want to merge code in to develop branch, I want to use fast-forward merge strategy of bitbucket pull request.
But I am not allow to do this as the first merge was merge-commit.
Could some one explain how to fix this, I now want to use fast-forward merge strategy of bitbucket pull request.
Note: there are no direct commits on to develop branch. And there is only one feature branch for this repo. So the only update to develop branch is through merges from the only one feature branch.