I think i had trouble with the git plugin on android and ended up not using it. I used Termux instead and just used a couple of homescreen shortcuts to scripts to pull and push. Theres 100% a simpler way, but that's what workes for me.
Probably. Its the same full git you would have in any other linux distro. The only time I had a conflict, I just stashed the changes because they were minor. From then, Ive just had to be vigilante about remembering which device has the latest vault. Im not awesome at git, unfortunately .
I have been rethinking about what you said. But, I have some questions:
Do LiveSync handles version control (Like Obsidian-Git or the official sync)?
If not, Do you use or know about a compatible tool or something?
Could I use Git for backups and version control (In one device) and LiveSync for synching with my other devices? (I know you said, > but ok with not having git
But I still wonder if there is a way to do it. Where do they fail working togheter? )
Honestly, from what I read about the git plugin they don't even really recommend running it on mobile.
I've used syncthing and remotely-save on two separate vaults. Syncthing is fine but battery drain is a real problem on mobile. Remotely-save with S3 (minio or the like) seems pretty good so far. I might actually use the latter overall since it seems way, way better on battery. Assuming you use minio and have bucket versioning turned on, it's "git-lite" to some degree (ie. at least saves changes to the files as such- certainly not as browseable as normal git, etc.)
What I do in addition to all this is just do git init on the vault and commit at times (ie. when I think of it or before doing big changes, etc.)
Not sure if it fits your use case but it's the best I found unless you really need commits every X minutes for whatever changes you did in a git repo.