Enable autocommit for delete and create

This commit is contained in:
2024-10-13 15:02:31 +02:00
parent 593a01db2e
commit 1341881968
3 changed files with 93 additions and 67 deletions

View File

@@ -34,7 +34,7 @@ export const DEFAULT_SETTINGS = {
gitUser: '',
gitToken: '',
gitAutoCommit: false,
gitCommitMsgTemplate: 'Update ${filename}',
gitCommitMsgTemplate: '${action} ${filename}',
};
export const DEFAULT_FILE = {