1
0
Fork 0

vault backup: 2024-09-07 00:50:15

This commit is contained in:
Ategon 2024-09-07 00:50:15 -04:00
commit 93c2681ed8
4 changed files with 40 additions and 11 deletions

View file

@ -66,9 +66,20 @@
"source": false
}
}
},
{
"id": "e18161b255f8c3cb",
"type": "leaf",
"state": {
"type": "diff-view",
"state": {
"file": "Edikoyo/.obsidian/workspace.json",
"staged": false
}
}
}
],
"currentTab": 4
"currentTab": 5
}
],
"direction": "vertical"
@ -134,7 +145,6 @@
"state": {
"type": "backlink",
"state": {
"file": "Animals/Slimes/Ababa Slime.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -151,7 +161,6 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Animals/Slimes/Ababa Slime.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -173,9 +182,7 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Animals/Slimes/Ababa Slime.md"
}
"state": {}
}
},
{
@ -203,14 +210,14 @@
"obsidian-git:Open Git source control": false
}
},
"active": "a12c575a3e4e2f21",
"active": "e18161b255f8c3cb",
"lastOpenFiles": [
"conflict-files-obsidian-git.md",
"Animals/Slimes/Ababa Slime.md",
"Animals/_index.md",
"Animals/Slimes/_index.md",
"Animals/Slimes/Ababa Slime.md",
"Test One.md",
"Animals/Slimes/Test.md",
"conflict-files-obsidian-git.md",
"Animals/Cat.md",
"Animals/Dog.md",
"Countries/_index.md",

View file

@ -1,2 +1,2 @@
Ababa Slime
[[Ababa Slime]]

View file

@ -1,4 +1,4 @@
---
---
Ababa Slime
[Ababa Slime](Ababa%20Slime.md)

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