git: add gbD alias to force-delete branch (#5844)

master
Simen Bekkhus 8 years ago committed by Marc Cornellà
parent bf05bb3a1b
commit a3afeca3eb
  1. 1
      plugins/git/git.plugin.zsh

@ -51,6 +51,7 @@ 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 gbD='git branch -D'
alias gbl='git blame -b -w'
alias gbnm='git branch --no-merged'
alias gbr='git branch --remote'

Loading…
Cancel
Save