auto-git:
[change] main.js
This commit is contained in:
18
main.js
18
main.js
@@ -140,6 +140,24 @@ function startMonitoringWatcher(folderPath, win) {
|
||||
debug(`[MONITOR] Starte initialen Commit-Check für ${folderPath}`);
|
||||
|
||||
|
||||
/*
|
||||
ok
|
||||
|
||||
3b ist schnell aber dumm wie scheisse
|
||||
7b muss schon sein
|
||||
|
||||
besser ises
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
und los
|
||||
|
||||
*/
|
||||
|
||||
const git = simpleGit(folderPath);
|
||||
const status = await git.status();
|
||||
|
||||
Reference in New Issue
Block a user