gf is not git fetch, not git ls (=> gls)

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-09-11 15:28:23 +02:00
commit 33e9308703

View file

@ -91,8 +91,6 @@ alias grhh='git reset HEAD --hard'
compdef _git grhh=git-reset
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
compdef _git gwc=git-whatchanged
alias gf='git ls-files | grep'
compdef _git gf=git-ls-files
alias gls='git ls-files | grep'
compdef _git gls=git-ls-files
alias gpoat='git push origin --all && git push origin --tags'