1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-04 15:22:00 +02:00
parent 4ff83d63e7
commit 8c744bda82

View File

@@ -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();