Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 479 Bytes

git-town-kill.md

File metadata and controls

32 lines (19 loc) · 479 Bytes

NAME

git-town-kill - remove an obsolete feature branch

SYNOPSIS

git town-kill [<branch_name>]
git town-kill --undo

DESCRIPTION

Deletes the current branch, or <branch_name> if given, from the local and remote repositories.

Does not delete perennial branches nor the main branch.

OPTIONS

<branch_name>
    The branch to remove.
    If not provided, uses the current branch.

--undo
    Undo the previous `git town-kill` operation.