dotfiles/fish/functions/ga.fish

4 lines
33 B
Fish
Executable File

function ga
git add $argv;
end