dotfiles/fish/functions/gc.fish

4 lines
39 B
Fish
Raw Normal View History

function gc
2009-06-10 13:04:31 +10:00
git commit -v $argv;
end