Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 430 Bytes

kill.md

File metadata and controls

17 lines (12 loc) · 430 Bytes

Kill command

Removes an obsolete feature branch
Deletes the current branch, or the given one if a branch name is provided, from the local and remote repositories.

Does not delete perennial branches nor the main branch.

Usage

git town kill [<branch>]