📓 syncing-a-git-repo-within-a-syncthing-folder.md by @neil ☆

Syncing a git repo within a syncthing folder

I want to:

How I could do it?

(1) sync files between devices with syncthing

(2) just sync files with git

Thoughts

Probably either 1(b) or 2 is best.

2 is safest, with some minor inconvenience. 1(b) is most convenient, with possible corruption of git repo (not good).

I’ll go with 2. I’m pretty good with git commit push pull habit. So that means actually pausing the syncthing sync for now then…

See how I get on with it. Then maybe try 1(b).

This was useful regardless: https://github.com/orgs/community/discussions/54617