Add command to delete already merged branches

This commit is contained in:
Steven Barragán
2015-09-23 11:16:01 -07:00
parent cf6bb61336
commit 3acd89108c
2 changed files with 2 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ It is recommended to use this file to set your user info. Alternately, you can s
* `git unstage` / `guns` (remove from index) and `git uncommit` / `gunc` (revert to the time prior to the last commit - dangerous if already pushed) aliases
* Some sensible default configs, such as improving merge messages, push only pushes the current branch, removing status hints, and using mnemonic prefixes in diff: (i)ndex, (w)ork tree, (c)ommit and (o)bject
* Slightly improved colors for diff
* `gdmb` (g)it (d)elete (m)erged (b)ranches - Deletes all branches already merged on current branch
### RubyGems