vault backup: 2023-10-09 09:07:46
This commit is contained in:
parent
16eb5aa9f4
commit
a2007d4f4a
2
.obsidian/plugins/obsidian-git/data.json
vendored
2
.obsidian/plugins/obsidian-git/data.json
vendored
@ -2,7 +2,7 @@
|
|||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "vault backup: {{date}}",
|
||||||
"autoCommitMessage": "vault backup: {{date}}",
|
"autoCommitMessage": "vault backup: {{date}}",
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 5,
|
"autoSaveInterval": 1,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 5,
|
"autoPullInterval": 5,
|
||||||
"autoPullOnBoot": false,
|
"autoPullOnBoot": false,
|
||||||
|
@ -70,3 +70,7 @@ Then open the project in any merge conflict resolver, and manually resolve the c
|
|||||||
|
|
||||||
### List all branches (including remote)
|
### List all branches (including remote)
|
||||||
`git branch --list -a`
|
`git branch --list -a`
|
||||||
|
|
||||||
|
## Prune branches that aren't on remote
|
||||||
|
<https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote><br>
|
||||||
|
`gu`
|
Loading…
Reference in New Issue
Block a user