What does HackerNews think of git-remote-dropbox?
A transparent bridge between Git and Dropbox - use a Dropbox (shared) folder as a Git remote! 🎁
GmailFS and pyfilesystem (userspace FUSE) and rclone are neat as well.
https://stackoverflow.com/questions/1960799/how-to-use-git-a... explains about the `git push` step that git-remote-dropbox enables: https://github.com/anishathalye/git-remote-dropbox
https://github.com/anishathalye/git-remote-dropbox
For me, it solved all of the corruption problems with using Dropbox for git storage. In the end, I decided it was too heavy weight, and wanted to be able to clone my repo on machines that might not have anything other than "git" installed, but until I reached that point, I was a happy user of it.
I'm not aware of a similar tool for syncthing.
- Keybase git: https://keybase.io/blog/encrypted-git-for-everyone (my preferred solution these days).
- AWS CodeCommit: https://aws.amazon.com/codecommit/ ("encrypted", but I don't know if AWS employees can access it).
- Dropbox git remote: https://github.com/anishathalye/git-remote-dropbox (it's slow and unencrypted, but uses Dropbox).
https://github.com/anishathalye/git-remote-dropbox
Hosing your repo is way too easy otherwise.