From 78bb759e4e1a9ffb62b39d3e6aff20e4641f1cc2 Mon Sep 17 00:00:00 2001 From: lightbringur Date: Sun, 7 Dec 2025 23:24:07 +0100 Subject: [PATCH] vault backup: 2025-12-07 23:24:07 --- 3 - Resources/Obsidian vault.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3 - Resources/Obsidian vault.md b/3 - Resources/Obsidian vault.md index a149581..62a94b6 100644 --- a/3 - Resources/Obsidian vault.md +++ b/3 - Resources/Obsidian vault.md @@ -36,7 +36,7 @@ Journal --> anything - Create access token for user in git - In terminal `git clone https://@:/falsfour/thevault.git` (make sure to check if it is http or https) - Open the git repository in Obsidian -- Optionally, configure `~/.ssh/config` and add: +- PC Client: onfigure `~/.ssh/config` and add: - ``` Host ziffeldogip.de User git @@ -44,6 +44,7 @@ Journal --> anything IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes ``` +- Phone Client: Termux git clone http link, then set git user/email in Termux, set name and email in Git Plugin in Obsidian, try git sync and enter user credentials once - Open the Git-Plugin settings to local git config - configure user.name - configure user.email