Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timkurvers/git-wipe-branch
- Owner: timkurvers
- License: other
- Created: 2014-10-24T13:47:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T20:00:33.000Z (about 9 years ago)
- Last Synced: 2024-10-12T03:20:06.732Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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` flagLicensed 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