diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index ac200fb..41e5ab8 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -1,22 +1,22 @@ { - "commitMessage": "vault backup: {{date}}", - "autoCommitMessage": "vault backup: {{date}}", + "commitMessage": "Auto | {{hostname}}: {{date}}", + "autoCommitMessage": "Auto | {{hostname}}: {{date}}", "commitMessageScript": "", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", "autoSaveInterval": 5, "autoPushInterval": 5, - "autoPullInterval": 0, - "autoPullOnBoot": false, + "autoPullInterval": 5, + "autoPullOnBoot": true, "autoCommitOnlyStaged": false, "disablePush": false, - "pullBeforePush": false, + "pullBeforePush": true, "disablePopups": false, "showErrorNotices": true, "disablePopupsForNoChanges": false, "listChangedFilesInMessageBody": false, "showStatusBar": true, "updateSubmodules": false, - "syncMethod": "reset", + "syncMethod": "merge", "mergeStrategy": "none", "customMessageOnAutoBackup": false, "autoBackupAfterFileChange": false, @@ -28,7 +28,7 @@ "showedMobileNotice": true, "refreshSourceControlTimer": 7000, "showBranchStatusBar": true, - "setLastSaveToLastCommit": false, + "setLastSaveToLastCommit": true, "submoduleRecurseCheckout": false, "gitDir": "", "showFileMenu": true,