3 lines
105 B
Fish
3 lines
105 B
Fish
function gcm --wraps='git commit -m' --description 'alias gcm=git commit -m'
|
|
git commit -m $argv
|
|
end
|