vault backup: 2022-12-29 15:53:49
This commit is contained in:
parent
9d56b441d4
commit
709df061ee
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
|
|
@ -1,8 +1,12 @@
|
|||
---
|
||||
title: "How to connect Obsidian Vault with Github"
|
||||
---
|
||||
1. Clone the repository or "Download As Zip"
|
||||
![[clone-or-download-github.png]]
|
||||
2. Unzip the downloaded folder, then open the folder as a vault in Obsidian
|
||||
3. Install the [Obsidian Git](https://github.com/denolehov/obsidian-git) community plugin
|
||||
4. To publish your notes run the command "Obsidian Git: Create backup" by opening the command palette (CMD/Ctrl + P)
|
||||
1. Open your Obsidian Vault
|
||||
2. Install the [Obsidian Git](https://github.com/denolehov/obsidian-git/wiki/Installation) community plugin
|
||||
3. Create a folder to store the repository.
|
||||
4. Run the command (CMD/Ctrl + P) `Clone an existing remote repo`
|
||||
![[clone-repo-git-plugin.png]]
|
||||
5. Paste the URL of the forked repository
|
||||
6. Type in the folder you created in step 3
|
||||
7. Restart Obsidian
|
||||
8. Finally, to publish your notes run the command "Obsidian Git: Create backup" by opening the command palette (CMD/Ctrl + P)
|
||||
Loading…
Reference in New Issue