#git-scripts
A collection (*cough*) of git scripts I use in daily practice.
Used for deleting merged branches.
Default is an interactive mode that shows you a menu where you can select a branch or multiple branches that have been merged and delete them locally.
The other mode is git interactive-branches --delete-merged which deletes all merged branches immediately.
#LICENSE
ISC License :
Copyright (c) 2013, Anton Bangratz anton.bangratz@gmail.com
See LICENSE for details.