Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timkurvers/git-wipe-branch

Wipe a git branch properly
https://github.com/timkurvers/git-wipe-branch

Last synced: 6 days ago
JSON representation

Wipe a git branch properly

Awesome Lists containing this project

README

        

# 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]:

```shell
antigen bundle timkurvers/git-wipe-branch
```

## Usage

```shell
git wipe-branch feature/foobar
```

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

```shell
git wipe-branch feature/foobar --remote
```

[Antigen]: https://github.com/zsh-users/antigen