fish-aliases/functions/gitc.fish

4 lines
95 B
Fish
Raw Normal View History

2017-07-15 13:50:08 +00:00
function gitc --description 'git commit with signing'
command git commit -S -m "$argv"
end