@grainloom wait, syncthing messes up .git directories?
D::
@grainloom @lizardsquid I use #syncthing with git repos by putting .git/ in .stignore. it works fine. By "fine" I mean "survivable" in that using git with any file sync system is annoying. (I do the same with Dropbox) Having files changed unexpectedly/redunantly outside of git leads to confusing commits. if I were not working with gitphobes I would do it properly by working on a feature branch and syncing that via git. *seems* tedious but less overall work
@lizardsquid I suspect it can and the one post I found about syncing git repos recommended to just not do it. Sooo, it's probably not good.