In bitbucket merging a pull request offers different strategies (Merge strategy), which are:
# Merge commit
git merge --no-ff
# Squash
git merge --squash
# Fast forward
git merge --f-f-only
I've only used the first one, which com...
asked by
10.09.2018 / 22:34