1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-01 05:54:35 +02:00
parent 4f6c072dd6
commit 9afbe177d7

View File

@@ -228,8 +228,8 @@ async function initGitRepo(folder) {
const message = `Initial commit (generated by auto-git)`;
//const readmePath = path.join(folder, 'README.md');
//fs.writeFileSync(readmePath, `# Projekt in ${path.basename(folder)}\n`);
await git.add('./*');
await git.commit(message);
//await git.add('./*');
//await git.commit(message);
}
}