From 894d2fcabf7335074cced2d9efa6713cc7aae1a0 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 Mar 2026 17:06:16 +0000 Subject: [PATCH] Update files --- lua/autocmd.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/autocmd.lua b/lua/autocmd.lua index 763138a..df45ae6 100644 --- a/lua/autocmd.lua +++ b/lua/autocmd.lua @@ -196,6 +196,7 @@ vim.api.nvim_create_autocmd('SwapExists', { local add_cmd = " add -A" os.execute(git_base .. add_cmd) os.execute(git_base .. " commit -m " .. vim.fn.shellescape(msg)) + os.execute(git_base .. " push") print("\nChanges committed.") end end