693 B
693 B
title, tags
| title | tags |
|---|---|
| Create Your Own Vault |
Create Your Own Vault
Setup Obsidian
-
Download and install Obsidian
-
Open Obsidian and select "Create New Vault".
Create a GitHub Repository
winget install Git.Git
%% TODO: %%
Create and Push your Vault
git init
git commit -m "initial commit"
git branch -M main
git remote add origin https://github.com/ExampleName/myVault.git
git push -u origin main
Set Up Your Vault
Add and enable the Git Community Plugin.
%% TODO: %%