From a2007d4f4adc86a2dcf13b7df1dfbbe5fd0fb985 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Mon, 9 Oct 2023 09:07:46 -0600 Subject: [PATCH] vault backup: 2023-10-09 09:07:46 --- .obsidian/plugins/obsidian-git/data.json | 2 +- IT/The basics of Git.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 4bc189e..7b1247f 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -2,7 +2,7 @@ "commitMessage": "vault backup: {{date}}", "autoCommitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 5, + "autoSaveInterval": 1, "autoPushInterval": 0, "autoPullInterval": 5, "autoPullOnBoot": false, diff --git a/IT/The basics of Git.md b/IT/The basics of Git.md index e00ba90..9e31636 100644 --- a/IT/The basics of Git.md +++ b/IT/The basics of Git.md @@ -69,4 +69,8 @@ Then open the project in any merge conflict resolver, and manually resolve the c `git switch [branch-name]` ### List all branches (including remote) -`git branch --list -a` \ No newline at end of file +`git branch --list -a` + +## Prune branches that aren't on remote +
+`gu` \ No newline at end of file