Add command to delete already merged branches
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user