Skip to content

Commit

Permalink
Clean up branches command
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jul 14, 2015
1 parent 6859a82 commit 9166327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zsh/aliases.zsh
Expand Up @@ -12,6 +12,7 @@ alias gsu='git submodule update --init --recursive'
alias gs='git status'
compdef _git gs=git-status
alias gut='git'
alias cleanup_branches='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d'

# Editor
alias s='subl .'
Expand Down

0 comments on commit 9166327

Please sign in to comment.