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

https://github.com/guilhermepontes/delete-branches

:scissors: pick and delete local branches
https://github.com/guilhermepontes/delete-branches

branches delete-branch delete-branches git node nodejs

Last synced: 4 months ago
JSON representation

:scissors: pick and delete local branches

Awesome Lists containing this project

README

          

## delete-branches
easily delete your branches

### Installation
```
npm i delete-branches -g
```

### Usage
```
delete-branches
```

#### Use alias
On your `~/.aliases`:

```
alias db=delete-branches
```

#### My `branches` alias
```
alias branches="git for-each-ref --sort='-committerdate:relative' --format=' • %1B[0;32m %(committerdate:relative)%1B[m — %1B[1;30m%(refname:short)%1B[m' refs/heads"
```

#### License
MIT