4 lines
94 B
Fish
4 lines
94 B
Fish
|
|
function gc --wraps='git commit' --description 'alias gc=git commit'
|
||
|
|
git commit $argv
|
||
|
|
end
|