Obsidian instructions
Downloading the repository
- If you want permissions to create a branch, please chat me on Discord @TeakKey7
- Once you have permissions to edit (or if you only care to view directly), go to the Github repo and click the green
Code
button from here you have two choices- Https setup (Use personal access token as password)
- SSH setup
- Now ensure you have git installed.
- cd to the correct folder. Note it will clone into a subfolder. If your working directory is
~/obsidian
the repository will land on~/obsidian/Cyber-Notes
- Run
git clone git@github.com:TeakKey7/Cyber-Notes.git
for SSH orgit clone https://github.com/TeakKey7/Cyber-Notes.git
for HTTPSNote: The Obsidian vault is
Cyber-Notes/Cyber-Notes
not the root of the repo
Loading the Obsidian Vault
- Go to the Github repo and clone it to a folder. Follow instructions if necessary
- You should receive a folder containg
Cyber-Notes
- The second folder is where you are going to point an Obsidian vault import. The root folder is for web hosting.
- Make sure to accept plugin permissions
- On the left bar you should see Source Control and command palette. You will need both for the next step.
Creating a branch to edit from
- Open command palette on the left
- Type
git create new branch
- Type your branches name
- Open source control
- A new panel should appear on the right
- Push ()
- Select origin
- Type
origin/[BRANCH]
- Done.