Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 470 Bytes

kill.md

File metadata and controls

32 lines (19 loc) · 470 Bytes

NAME

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.