Skip to content

Commit

Permalink
add in the command for deleting local merged branches again
Browse files Browse the repository at this point in the history
  • Loading branch information
cobyism committed Nov 29, 2012
1 parent 84f94c8 commit ea38b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/git-unstale
@@ -0,0 +1,2 @@
#!/bin/sh
git branch -d `git branch --merged | grep -v '^*' | grep -v 'master' | tr -d '\n'`

0 comments on commit ea38b4a

Please sign in to comment.