From 8c744bda8229d46d578dfbe6e20493a11404b32e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 4 Jun 2025 15:22:00 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.js b/main.js index f7f751d..4ab13f1 100755 --- a/main.js +++ b/main.js @@ -1136,7 +1136,6 @@ function addMatchingFilesToGitignore(folderPath, pattern) { } - async function autoCommit(folderPath, message, win) { const git = simpleGit(folderPath); @@ -1152,9 +1151,6 @@ async function autoCommit(folderPath, message, win) { return false; } - - - let currentBranch = null; try { currentBranch = (await git.revparse(['--abbrev-ref', 'HEAD'])).trim();