dotfiles/fish/functions/ga.fish

4 lines
33 B
Fish
Raw Normal View History

function ga
2009-06-10 13:04:31 +10:00
git add $argv;
end