From 19ce36846aafcacef03c6f75ce6df8d4ecd21f51 Mon Sep 17 00:00:00 2001 From: toniiz Date: Sat, 18 May 2024 21:21:19 -0700 Subject: [PATCH] vault backup: 2024-05-18 21:21:19 --- .obsidian/workspace.json | 4 ++-- Tenmado/Git.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7e47e4a..fc9f884 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -169,13 +169,14 @@ }, "active": "7a1d3c1c2443bae5", "lastOpenFiles": [ + "Tenmado/Dotfiles.md", + "Tenmado/Git.md", "Tenmado/Linux - Games Live Streaming.md", "Tenmado/Linux - Desktop Entries.md", "Tenmado/Linux - Commands & CLI.md", "Tenmado/Linux - Arch.md", "Tenmado/Linux - Android.md", "Tenmado/Keyboards.md", - "Tenmado/Dotfiles.md", "Tenmado/Docker Compose.md", "Tenmado/Docker.md", "Files/Screenshots/Raycast.app.png", @@ -185,7 +186,6 @@ "Tenmado/Troubleshooting.md", "Tenmado/reMarkable 2.md", "Tenmado/Linux - Neovim.md", - "Tenmado/Git.md", "Tenmado/README.md", "Tenmado/Youtube Channels.md", "Tenmado/Mac OS.md", diff --git a/Tenmado/Git.md b/Tenmado/Git.md index 377dc07..15c0a39 100644 --- a/Tenmado/Git.md +++ b/Tenmado/Git.md @@ -16,5 +16,3 @@ Set up global information to *keep stuff organized and see changes made by other git config --global user.name "username" ## Configures global username git config --global user.email "email" ## Configures global user email ``` - -Test \ No newline at end of file