vault backup: 2026-04-08 10:18:56
This commit is contained in:
4
.obsidian/app.json
vendored
4
.obsidian/app.json
vendored
@@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"attachmentFolderPath": "./附件"
|
||||
}
|
||||
23
.obsidian/workspace.json
vendored
23
.obsidian/workspace.json
vendored
@@ -44,8 +44,23 @@
|
||||
"icon": "lucide-file",
|
||||
"title": "001_前言"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "a556e58566628795",
|
||||
"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"
|
||||
@@ -204,11 +219,11 @@
|
||||
"pdf-plus:PDF++: Toggle auto-paste": false
|
||||
}
|
||||
},
|
||||
"active": "8e9bf87d81cab358",
|
||||
"active": "a556e58566628795",
|
||||
"lastOpenFiles": [
|
||||
"考研/math/27张宇基础30讲高数.pdf",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"考研/math/001_前言.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"考研/math/27张宇基础30讲高数.pdf",
|
||||
"考研/math/002_第1讲.md",
|
||||
"考研/math/004_第3讲.md",
|
||||
"考研/math/009_第8讲.md",
|
||||
|
||||
17
conflict-files-obsidian-git.md
Normal file
17
conflict-files-obsidian-git.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user