7 lines
68 B
Fish
7 lines
68 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gitcia
|
||
|
git commit -Sa $argv
|
||
|
end
|