This commit is contained in:
Marcos Sánchez 2014-08-01 20:59:33 +00:00
commit 04339094a1

View file

@ -7,6 +7,8 @@ alias gd='git diff'
compdef _git gd=git-diff compdef _git gd=git-diff
alias gdc='git diff --cached' alias gdc='git diff --cached'
compdef _git gdc=git-diff compdef _git gdc=git-diff
alias gfeo='git fetch origin'
compdef _git gfeo=git-fetch
alias gl='git pull' alias gl='git pull'
compdef _git gl=git-pull compdef _git gl=git-pull
alias gup='git pull --rebase' alias gup='git pull --rebase'