[go: up one dir, main page]

Skip to content

Auto merge target branch into source branch when target branch is changed

  • Automatically merge target branch into source branch when target branch is changed.
  • This could be triggered when there are new commits to the target branch.
  • This is useful so that the source branch always has the same commits as the target branch.
  • This would be different from rebase-ing.