vault backup: 2026-04-01 21:17:57

This commit is contained in:
cyy_mac
2026-04-01 21:17:57 +08:00
parent 63622a7c80
commit 0295858e30
2 changed files with 2 additions and 34 deletions

View File

@@ -20,23 +20,8 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "激光原理" "title": "激光原理"
} }
},
{
"id": "6a54f33e0d4d600e",
"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" "direction": "vertical"
@@ -193,7 +178,7 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "6a54f33e0d4d600e", "active": "8e9bf87d81cab358",
"lastOpenFiles": [ "lastOpenFiles": [
"超级备忘/激光原理/激光原理.md", "超级备忘/激光原理/激光原理.md",
"conflict-files-obsidian-git.md", "conflict-files-obsidian-git.md",

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