1
0
Fork 0
knowledge-base/.obsidian/plugins/obsidian-git/data.json

30 lines
885 B
JSON
Raw Normal View History

2022-09-04 12:54:22 +00:00
{
2022-09-05 05:37:29 +00:00
"commitMessage": "Manual backup: {{date}}",
2022-09-04 12:54:22 +00:00
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoPushInterval": 0,
2022-09-05 05:37:29 +00:00
"autoPullInterval": 60,
2022-09-04 12:54:22 +00:00
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
2022-09-05 05:37:29 +00:00
"autoBackupAfterFileChange": true,
2022-09-04 12:54:22 +00:00
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
2022-09-05 05:37:29 +00:00
"changedFilesInStatusBar": true,
2022-10-14 21:20:54 +00:00
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
2023-01-04 21:48:52 +00:00
"showBranchStatusBar": true,
2023-03-23 18:09:10 +00:00
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
2023-03-25 11:12:08 +00:00
"showFileMenu": true,
2023-03-23 18:09:10 +00:00
"autoCommitMessage": "Automatic backup: {{date}}"
2022-09-04 12:54:22 +00:00
}