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

https://github.com/willguimont/git-delmerge

Delete branches that are already merge to the current branch
https://github.com/willguimont/git-delmerge

Last synced: 10 months ago
JSON representation

Delete branches that are already merge to the current branch

Awesome Lists containing this project

README

          

# git-delmerge
Delete branches that are already merge to the current branch
# Installation

1. `mkdir ~/bin`
2. Copy git-delmerge into `~/bin`
3. `chmod +x ~/bin/git-delmerge`
4. Add `PATH=$PATH:$HOME/bin` at the end of your `~/.bashrc`
5. Use with `git delmerge`