Adds git method
This commit is contained in:
parent
b7da3ade1c
commit
d34742c3bd
7 changed files with 87 additions and 10 deletions
|
|
@ -23,6 +23,7 @@ vim.api.nvim_create_autocmd("VimLeavePre", {
|
|||
return
|
||||
end
|
||||
|
||||
git.commitRest()
|
||||
git.push()
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue