1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-23 23:23:49 +02:00
parent 99a12afc43
commit c3a3a74962

View File

@@ -408,7 +408,7 @@ app.whenReady().then(() => {
const git = simpleGit(folderObj.path);
await git.revert(hash, ['--no-edit']);
});
//yo
/**
* Checkt das Arbeitsverzeichnis auf exakt den Zustand von `hash` aus.
*/