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
- Host: GitHub
- URL: https://github.com/noeldelgado/delete-branch
- Owner: noeldelgado
- License: mit
- Created: 2017-07-24T06:01:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T06:25:47.000Z (almost 9 years ago)
- Last Synced: 2025-03-05T09:46:33.477Z (over 1 year ago)
- Topics: branch, delete, git, remove
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# delete-branch
[](https://www.npmjs.com/package/delete-branch)

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/)