tangled
alpha
login
or
join now
benharri.org
/
string.txt
this string has no description
0
string.txt
6mo ago
7 lines
112 B
view raw
1
function g --wraps=git
2
if count $argv > /dev/null
3
git $argv
4
else
5
git status
6
end
7
end