vault backup: 2023-10-09 09:07:46

This commit is contained in:
zleyyij 2023-10-09 09:07:46 -06:00
parent 16eb5aa9f4
commit a2007d4f4a
2 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -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`
`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`