Commit e9793fc1 authored by Luis Ferrer-Labarca's avatar Luis Ferrer-Labarca Committed by Robby Russell
Browse files

Added 'gbd' alias for 'git branch -d' (#5417)

parent 89048668
......@@ -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'
......
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