This is the command git-delete-branch that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
git-delete-branch - Delete branches
SYNOPSIS
git-delete-branch <branchname>
DESCRIPTION
Deletes local and remote branch named <branchname>. Note that local deletion fails if the
branch is checked out.
OPTIONS
<branchname>
The name of the branch to delete. If multiple branches are provided, then they will all be
deleted.
EXAMPLES
$ git delete-branch integration
$ git delete-branch integration bug/1234
Use git-delete-branch online using onworks.net services