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
- Host: GitHub
- URL: https://github.com/hongquan/git-del-branches
- Owner: hongquan
- Created: 2023-06-02T03:57:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T05:49:09.000Z (over 2 years ago)
- Last Synced: 2024-11-21T23:16:18.588Z (over 1 year ago)
- Topics: cli, git
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-del-branches
[](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
```

Terminal screencast:
[](https://asciinema.org/a/723705)
## Credit
- [Nguyễn Hồng Quân](https://quan.hoabinh.vn)