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