bring back git ls-files|grep $1 😣

This commit is contained in:
Yachi Lo 2013-09-24 15:25:03 +08:00
commit f45713947b

View file

@ -77,8 +77,7 @@ alias grhh='git reset HEAD --hard'
alias gclean='git reset --hard && git clean -dfx' alias gclean='git reset --hard && git clean -dfx'
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium' alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
#remove the gf alias alias gfg='git ls-files | grep'
#alias gf='git ls-files | grep'
alias gpoat='git push origin --all && git push origin --tags' alias gpoat='git push origin --all && git push origin --tags'
alias gmt='git mergetool --no-prompt' alias gmt='git mergetool --no-prompt'