update bash aliases

This commit is contained in:
2020-01-14 09:32:38 -06:00
parent 62b2f79049
commit 1f82e5cb8f

View File

@@ -19,4 +19,4 @@ alias merged?='git branch --merged'
alias gbd='git branch -d'
alias gpush!='git push -u origin `git rev-parse --abbrev-ref HEAD`'
alias master!='git checkout master'
alias gbc="git branch -vv | grep -e '[origin/[^:]*: gone]' | awk '{print \$1}' | xargs git branch -d"
alias gbc="git branch -vv | grep -e '[origin/[^:]*: gone]' | awk '{print \$1}' | xargs git branch -D"