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

https://github.com/o0y0o/git-delete-branch

🧹 Delete Git branches with interactive CLI.
https://github.com/o0y0o/git-delete-branch

cli delete-branch git git-branch terminal

Last synced: 2 months ago
JSON representation

🧹 Delete Git branches with interactive CLI.

Awesome Lists containing this project

README

          

# @0y0/git-delete-branch · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/o0y0o/git-delete-branch/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@0y0/git-delete-branch.svg)](https://www.npmjs.com/package/@0y0/git-delete-branch) ![Package Status](https://github.com/o0y0o/git-delete-branch/workflows/Package/badge.svg)

`@0y0/git-delete-branch` help you delete Git branches with interactive CLI.

![demo](https://media.giphy.com/media/24pbIXm2aG5c0lAzdN/giphy.gif)

## Installation

```
npm install @0y0/git-delete-branch --global
```

## Usage

Goto your git repo folder

```sh
git-delete-branch # or `gdb`
```

## License

[MIT](https://github.com/o0y0o/git-delete-branch/blob/master/LICENSE)