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

https://github.com/noeldelgado/delete-branch

:exclamation: Delete local and remote branch
https://github.com/noeldelgado/delete-branch

branch delete git remove

Last synced: 2 months ago
JSON representation

:exclamation: Delete local and remote branch

Awesome Lists containing this project

README

          

# delete-branch
[![npm-image](https://img.shields.io/npm/v/delete-branch.svg)](https://www.npmjs.com/package/delete-branch)
![license-image](https://img.shields.io/npm/l/delete-branch.svg)

Delete local and remote branch with a single command

## Install

```sh
$ npm install --global delete-branch
```

## Usage

```sh
delete-branch
```

Delete remote branch and force unmerged local branch to be deleted too

```sh
delete-branch -f
```

## License
MIT © [Noel Delgado](http://pixelia.me/)