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
- Host: GitHub
- URL: https://github.com/willguimont/git-delmerge
- Owner: willGuimont
- Created: 2020-03-07T20:12:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T20:39:15.000Z (over 6 years ago)
- Last Synced: 2025-04-05T03:02:43.683Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`