Hello,
I am looking for a way to hide/discount merge commits so they:
Is there a way to achieve any of the above?
Hi @Bojack_Codeman,
Welcome to Atlassian Community.
There is no option in Git to exclude merge commits when doing a merge. You only option right now in Bitbucket is to use a merge strategy that do not create the merge commit, like Fast-forward only or Rebase fast-forward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.