https://github.com/sanster/git-dd
git command to delete branches interactively
https://github.com/sanster/git-dd
branch git
Last synced: about 1 year ago
JSON representation
git command to delete branches interactively
- Host: GitHub
- URL: https://github.com/sanster/git-dd
- Owner: Sanster
- Created: 2017-07-14T14:06:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T14:16:58.000Z (almost 9 years ago)
- Last Synced: 2025-05-13T21:30:05.253Z (about 1 year ago)
- Topics: branch, git
- Language: Ruby
- Size: 1.38 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# git-dd

> git command to delete branches interactively
## Install
Install git-dd with [gem](https://rubygems.org/):
```
gem install git-dd
```
## How to use
- Run `git dd` to select branches to delete. Use arrow keys, press Space to select and Enter to finish.

The **merged/unmerge** status show whether the branch has been merged into current branch.
* Run `git dd --merged` to delete all branches have been merged into current branch.
Press `Ctrl + c` to return.