Update files
This commit is contained in:
@@ -196,6 +196,7 @@ vim.api.nvim_create_autocmd('SwapExists', {
|
|||||||
local add_cmd = " add -A"
|
local add_cmd = " add -A"
|
||||||
os.execute(git_base .. add_cmd)
|
os.execute(git_base .. add_cmd)
|
||||||
os.execute(git_base .. " commit -m " .. vim.fn.shellescape(msg))
|
os.execute(git_base .. " commit -m " .. vim.fn.shellescape(msg))
|
||||||
|
os.execute(git_base .. " push")
|
||||||
print("\nChanges committed.")
|
print("\nChanges committed.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user