Skip to content

Merging an issue's PR into version branch

Michael Torbert edited this page Oct 17, 2019 · 3 revisions

...

Web UI

  • If one commit, select rebase.
  • If many commits, select squash and merge.
  • If several clean distinct commits in separate parts of the code which would be helpful to preserve for future debugging/dev, select create a merge commit.

CLI

  • Squash and rebase

...