mirror of https://github.com/bjeanes/dotfiles.git
4 lines
39 B
Fish
4 lines
39 B
Fish
|
function gc
|
||
|
git commit -v $argv;
|
||
|
end
|