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

https://github.com/hongquan/git-del-branches

Git tool to select and delete multiple branches
https://github.com/hongquan/git-del-branches

cli git

Last synced: 11 months ago
JSON representation

Git tool to select and delete multiple branches

Awesome Lists containing this project

README

          

# git-del-branches

[![crate](https://badgen.net/crates/v/git-del-branches?icon=terminal)](https://crates.io/crates/git-del-branches)

Tool to select and delete multiple Git branches.

## Install

```console
$ cargo install git-del-branches
```

## Usage

Run this command inside your Git working folder:

```console
$ git-del-branches
```

Or if you have `git` installed:

```console
$ git del-branches
```

![Screenshot](screenshot.png)

Terminal screencast:

[![asciicast](https://asciinema.org/a/723705.svg)](https://asciinema.org/a/723705)

## Credit

- [Nguyễn Hồng Quân](https://quan.hoabinh.vn)