Commit a3afeca3 authored by Simen Bekkhus's avatar Simen Bekkhus Committed by Marc Cornellà
Browse files

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

parent bf05bb3a
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment