git-delete-branch(1) -- Delete branches ======================================= ## SYNOPSIS `git-delete-branch` <branchname> ## DESCRIPTION Deletes local and remote branch named <branchname>. ## OPTIONS <branchname> The name of the branch to delete. ## EXAMPLES $ git delete-branch integration ## AUTHOR Written by Tj Holowaychuk <> ## REPORTING BUGS <> ## SEE ALSO <>