Hi is it possible to squash a commit direct;y from bitbucket ui.instead of manual command line merge and squash
Hi
You can use `squash` merge strategy for your pull requests
On click of the merge button on any pull request page, opens up the merge dialog. Here under merge strategy change it to the desired strategy.
If this merge strategy doesn't appear, make sure it is enabled under Project or Repository settings
- Go to Project/Repository settings
- Under Pull requests select merge strategies
On a side note, If squash is the preferred merge strategy for the team, you can also "Set it as default" using meatball menu under Actions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.