Hacker News new | ask | show | jobs
by ac 5060 days ago
So can mobileorg synchronise via git now?
1 comments

No, but the android mobileorg does do ssh/scp, so you can have a "dumb" version of git support.

I have a post-receive hook that updates the working copy with git checkout. `git push` is all I have to run, so to me it _feels_ like git support :)