7

Using gitkraken with a gitflow-enabled repository and trying to figure out how to finish a feature branch in such a way so as to also delete from remote that feature branch if it exists. When you use the git-flow scripts this happens for you automatically. with gitkraken there doesn't seem to be any mentions on this in the manual. Am I missing something or is there no way to do this automatically with gitkraken?

snerd
  • 1,238
  • 1
  • 14
  • 28

1 Answers1

2

There is no way to do it automatically. They didn't think on remote branches when they develop git-flow plugin, as you can see in this video.

You have to delete it manually after you finish your branch.

lindexi
  • 4,182
  • 3
  • 19
  • 65
leader
  • 61
  • 6