dotfiles/.config/fish/functions/ga.fish
2016-06-13 22:00:32 +01:00

4 lines
35 B
Fish

function ga
git add -p $argv;
end