this string has no description
string.txt
7 lines 112 B view raw
1function g --wraps=git 2 if count $argv > /dev/null 3 git $argv 4 else 5 git status 6 end 7end