Add gsize alias to check size of code under repo

This commit is contained in:
Le Tien Tai 2016-11-24 17:00:27 +07:00 committed by GitHub
commit caf02f9c0a

View file

@ -95,6 +95,8 @@ alias gf='git fetch'
alias gfa='git fetch --all --prune'
alias gfo='git fetch origin'
alias gsize='git count-objects -vH'
function gfg() { git ls-files | grep $@ }
compdef _grep gfg