dotfiles/fish/functions/ga.fish

6 lines
33 B
Fish
Executable File

function ga
git add $argv
end