add gitc function

This commit is contained in:
Rico Ullmann 2017-07-15 15:50:08 +02:00
parent d42a57a1e2
commit 7a32d3bce1
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
1 changed files with 3 additions and 0 deletions

3
functions/gitc.fish Normal file
View File

@ -0,0 +1,3 @@
function gitc --description 'git commit with signing'
command git commit -S -m "$argv"
end