vault backup: 2026-04-01 21:17:56
This commit is contained in:
23
.obsidian/workspace.json
vendored
23
.obsidian/workspace.json
vendored
@@ -20,8 +20,23 @@
|
||||
"icon": "lucide-file",
|
||||
"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"
|
||||
@@ -178,10 +193,11 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "ee6712e4bb96f904",
|
||||
"active": "6a54f33e0d4d600e",
|
||||
"lastOpenFiles": [
|
||||
"超级备忘/机器学习/机器视觉.md",
|
||||
"超级备忘/激光原理/激光原理.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"超级备忘/机器学习/机器视觉.md",
|
||||
"超级备忘/激光原理",
|
||||
"超级备忘/机器学习/实验课.md",
|
||||
"超级备忘/课内备忘/课表.md",
|
||||
@@ -198,7 +214,6 @@
|
||||
"个人日记/2026-03-09.md",
|
||||
"个人日记/2026-03-08.md",
|
||||
"超级备忘/图像处理",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"超级备忘/课内备忘/截屏2026-03-09 00.21.23.png",
|
||||
"超级备忘/光纤通信",
|
||||
"技能树/校园网/校园网通过openwrt绕过校园网多设备检测.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