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