Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDelete a branch using TortoiseSVNTortoiseGit.
Warning

You will be removing the branch directly on GitHub. If you have not merged it back into another branch, the changes in the branch you delete will be lost.

  1. Hold Shift and right-click on your source code directory. Choose TortoiseGit, Browse Reference.
  2. On the left, expand remotes and select origin.
  3. Right-click on the branch you want to delete and select Delete remote branch.
  4. Accept the warnings if you know what you're doing.

...