📚 HIVE

Search

Search IconIcon to open search

Push and Pull

Last updated 2023.01.02 Edit Source

# What is pushing and pulling?

Pushing content is basically uploading changes onto GitHub
Pulling content is downloading changes made from GitHub


Obsidian git plugin does this natively inside obsidian
plugins

# When and why to push or pull?

Pulling is recommended whenever you want to view the hive using Obsidian. This will make sure that you are using the most up-to date version. keyboard shortcut: ctrl + shift + p

If you made any changes to the notes folder, you should push those changes to GitHub so that everyone could see those pages. keyboard shortcut: ctrl + p
How to hide content from the hive

Before pushing any changes, you need to commit those changes. To my understanding this just means that you close the changes that you have done so far. This has little to no implications, you can just push right after.