summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-04-18 21:02:17 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-04-18 21:02:17 +0200
commite8341d867b2ce5752664d0b4be4fef440ad56f21 (patch)
treefc5639dff42d5d466d2ee3215529d069ceb44c78
parenta8a8e1f984f20c8008f3a5f57cd39b416eb73104 (diff)
vault backup: 2025-04-18 21:02:17
-rw-r--r--.obsidian/workspace.json30
-rw-r--r--conflict-files-obsidian-git.md17
2 files changed, 8 insertions, 39 deletions
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json
index b94e45a..61c850d 100644
--- a/.obsidian/workspace.json
+++ b/.obsidian/workspace.json
@@ -41,29 +41,15 @@
"id": "be0892c76b1d189a",
"type": "leaf",
"state": {
- "type": "markdown",
- "state": {
- "file": "Nix Inherit.md",
- "mode": "source",
- "backlinks": true,
- "source": false
- },
- "icon": "lucide-file",
- "title": "Nix Inherit"
- }
- },
- {
- "id": "1fb3c7b7af372a3c",
- "type": "leaf",
- "state": {
"type": "split-diff-view",
"state": {
- "aFile": "conflict-files-obsidian-git.md",
- "bFile": "conflict-files-obsidian-git.md",
- "aRef": ""
+ "aFile": ".obsidian/workspace.json",
+ "bFile": ".obsidian/workspace.json",
+ "aRef": "HEAD",
+ "bRef": ""
},
"icon": "diff",
- "title": "Diff: conflict-files-obsidian-git"
+ "title": "Diff: workspace.json"
}
},
{
@@ -81,7 +67,7 @@
}
}
],
- "currentTab": 3
+ "currentTab": 2
}
],
"direction": "vertical"
@@ -232,8 +218,9 @@
"obsidian-excalidraw-plugin:New drawing": false
}
},
- "active": "1fb3c7b7af372a3c",
+ "active": "be0892c76b1d189a",
"lastOpenFiles": [
+ "Nix Inherit.md",
"NixOS - Imperative container management.md",
"conflict-files-obsidian-git.md",
"daily/18-Apr-2025.md",
@@ -260,7 +247,6 @@
"OVN upgrade.md",
"Network outage on single hypervisor causes Freenet to shutdown EVERYTHING.md",
"Managing the amount of WSGI processes ran by apache is done from the apache site configuration.md",
- "Managing Ceph on Devstack & OpenStack.md",
"ESP",
"Excalidraw"
]
diff --git a/conflict-files-obsidian-git.md b/conflict-files-obsidian-git.md
deleted file mode 100644
index d8bbd4f..0000000
--- a/conflict-files-obsidian-git.md
+++ /dev/null
@@ -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
-``` \ No newline at end of file