timkurvers / git-wipe-branch

Wipe a git branch properly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git wipe-branch

Wipe, eradicate, destroy, kill, abolish a git branch. Seriously.

  • Local branch
  • Local remote tracking branch
  • Remote branch with --remote flag

Licensed under the MIT license, see LICENSE for more information.

Installation

Add as a bundle through Antigen:

antigen bundle timkurvers/git-wipe-branch

Usage

git wipe-branch feature/foobar

To also wipe the remote branch, use the --remote flag:

git wipe-branch feature/foobar --remote

About

Wipe a git branch properly

License:Other


Languages

Language:Shell 100.0%