vault backup: 2024-09-07 00:50:15
This commit is contained in:
commit
93c2681ed8
4 changed files with 40 additions and 11 deletions
25
Edikoyo/.obsidian/workspace.json
vendored
25
Edikoyo/.obsidian/workspace.json
vendored
|
@ -66,9 +66,20 @@
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "e18161b255f8c3cb",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "diff-view",
|
||||||
|
"state": {
|
||||||
|
"file": "Edikoyo/.obsidian/workspace.json",
|
||||||
|
"staged": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 4
|
"currentTab": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
|
@ -134,7 +145,6 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Animals/Slimes/Ababa Slime.md",
|
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -151,7 +161,6 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Animals/Slimes/Ababa Slime.md",
|
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -173,9 +182,7 @@
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {}
|
||||||
"file": "Animals/Slimes/Ababa Slime.md"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -203,14 +210,14 @@
|
||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "a12c575a3e4e2f21",
|
"active": "e18161b255f8c3cb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"conflict-files-obsidian-git.md",
|
||||||
|
"Animals/Slimes/Ababa Slime.md",
|
||||||
"Animals/_index.md",
|
"Animals/_index.md",
|
||||||
"Animals/Slimes/_index.md",
|
"Animals/Slimes/_index.md",
|
||||||
"Animals/Slimes/Ababa Slime.md",
|
|
||||||
"Test One.md",
|
"Test One.md",
|
||||||
"Animals/Slimes/Test.md",
|
"Animals/Slimes/Test.md",
|
||||||
"conflict-files-obsidian-git.md",
|
|
||||||
"Animals/Cat.md",
|
"Animals/Cat.md",
|
||||||
"Animals/Dog.md",
|
"Animals/Dog.md",
|
||||||
"Countries/_index.md",
|
"Countries/_index.md",
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
Ababa Slime
|
[[Ababa Slime]]
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
Ababa Slime
|
[Ababa Slime](Ababa%20Slime.md)
|
||||||
|
|
22
content/conflict-files-obsidian-git.md
Normal file
22
content/conflict-files-obsidian-git.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
# 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](conflict-files-obsidian-git.md#additional-instructions) available below file list
|
||||||
|
|
||||||
|
* Not a file: Edikoyo/.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
|
||||||
|
````
|
Loading…
Reference in a new issue