woohoo
Contents
if not run_git_command({ “git”, “push” }) then vim.notify(“git push failed; commit kept locally”, vim.log.levels.ERROR) log_commit_event(“git push failed”) return end vim.notify(“Posts committed and pushed”, vim.log.levels.INFO) log_commit_event(“Posts committed and pushed”) end