Skip to content

Commit

Permalink
Added 'gbd' alias for 'git branch -d' (ohmyzsh#5417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrerluis authored and spiliopoulos committed May 19, 2020
1 parent d8ffdd1 commit b167022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -46,6 +46,7 @@ alias gapa='git add --patch'

alias gb='git branch'
alias gba='git branch -a'
alias gbd='git branch -d'
alias gbda='git branch --no-color --merged | command grep -vE "^(\*|\s*(master|develop|dev)\s*$)" | command xargs -n 1 git branch -d'
alias gbl='git blame -b -w'
alias gbnm='git branch --no-merged'
Expand Down

0 comments on commit b167022

Please sign in to comment.