vault backup: 2026-04-08 09:32:39

This commit is contained in:
cyy_mac
2026-04-08 09:32:39 +08:00
parent 7020648729
commit b498c7429f
2 changed files with 1 additions and 33 deletions

View File

@@ -20,23 +20,8 @@
"icon": "lucide-file",
"title": "DEADLINE"
}
},
{
"id": "c8f11c2dadc04da1",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "conflict-files-obsidian-git"
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"

View File

@@ -1,17 +0,0 @@
# Conflicts
Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push`
(This file will automatically be deleted before commit)
[[#Additional Instructions]] available below file list
- Not a file: .obsidian/workspace.json
# Additional Instructions
I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text.
```diff
<<<<<<< HEAD
File changes in local repository
=======
File changes in remote repository
>>>>>>> origin/main
```