Remove dead alias

This commit is contained in:
Yan Pritzker 2016-07-23 15:03:30 -05:00
parent 21ca5cf5d8
commit 9927bbfcf2

View File

@ -108,7 +108,6 @@ alias gfap='git fetch --all --prune'
alias gfch='git fetch'
alias gd='git diff'
alias gb='git b'
alias gbd='git b -D -w'
# Staged and cached are the same thing
alias gdc='git diff --cached -w'
alias gds='git diff --staged -w'