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

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

Awesome Lists containing this project

README

          

# git-dd

![Gem Version](https://badge.fury.io/rb/git-dd.svg)

> 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.

![git-dd](git-dd.gif)

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.