dotfiles/aliases/gc.fish
2016-06-13 20:58:48 +01:00

4 lines
35 B
Fish

function gc
git commit $argv;
end