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