-
I'm wondering on how to set up obsidian git and livesync plugin to work together and avoid potential conflicts. Since both plugins perform pull action on startup, there is a risk of some conflict. Maybe if there is a way to enforce Git plugin to perform pull after Livesync finishes pulling? |
Beta Was this translation helpful? Give feedback.
Answered by
Vinzent03
Feb 27, 2025
Replies: 1 comment 1 reply
-
First, I would make sure that Livesync is not syncing the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Vinzent03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, I would make sure that Livesync is not syncing the
.git
directory. I probably would turn off the automatics and only push/pull manually to avoid any race condition.