dotfiles/fish/functions/gc.fish

4 lines
39 B
Fish
Executable File

function gc
git commit -v $argv;
end