vault backup: 2025-12-12 15:23:40

This commit is contained in:
2025-12-12 15:23:40 +01:00
parent 0e83a49bc9
commit b623e68c5e
2 changed files with 9 additions and 41 deletions

View File

@@ -11,32 +11,17 @@
"id": "5bb933ee810d2703",
"type": "leaf",
"state": {
"type": "markdown",
"type": "split-diff-view",
"state": {
"file": "Documentación personal/Mecanica de Unix/Mecánica Unix - Manejo de la shell.md",
"mode": "source",
"source": false
"aFile": "conflict-files-obsidian-git.md",
"bFile": "conflict-files-obsidian-git.md",
"aRef": ""
},
"icon": "lucide-file",
"title": "Mecánica Unix - Manejo de la shell"
}
},
{
"id": "719c9488ef135132",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "conflict-files-obsidian-git"
"icon": "diff",
"title": "Diff: conflict-files-obsidian-git"
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
@@ -200,7 +185,7 @@
}
}
],
"currentTab": 6
"currentTab": 4
},
{
"id": "7ac2f57f0d4937ed",
@@ -234,7 +219,7 @@
"obsidian-git:Open Git source control": false
}
},
"active": "719c9488ef135132",
"active": "5bb933ee810d2703",
"lastOpenFiles": [
"conflict-files-obsidian-git.md",
"Documentación personal/Mecanica de Unix/Mecánica Unix - Manejo de la shell.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
```