alias gbdm='git branch --merged | grep -ve "\*" -e "\+" -e "master" | xargs git branch -d'
alias gsu='git branch --set-upstream-to'
alias gsum='git branch --set-upstream-to=origin/HEAD'
alias gwl='git worktree list'
function gwa { git worktree add wt/$1 $1 }
alias gbdm='git branch --merged | grep -ve "\*" -e "\+" -e "master" | xargs git branch -d'
alias gsu='git branch --set-upstream-to'
alias gsum='git branch --set-upstream-to=origin/HEAD'
alias gwl='git worktree list'
function gwa { git worktree add wt/$1 $1 }