[Fix] cleanup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function gcap --description 'Git add, commit with message, and push'
|
||||
git add .
|
||||
and git commit -m "$argv"
|
||||
and git push
|
||||
end
|
||||
Reference in New Issue
Block a user