No post body was provided.
Ask HN: Solution to keep a cloud dev environment in sync with my laptop?
1–5 of 5 posts
Re: Ask HN: Solution to keep a cloud dev environment in sync with my laptop?
#2Currently I'm using a hacky script that watches the project directory and rsyncs the project whenever anything changes. It works, but it's slow, and I have to manually keep the rsync --ignore flags in sync with the .gitignore file for the project. Hoping someone out there has something better.
Re: Ask HN: Solution to keep a cloud dev environment in sync with my laptop?
#3Syncthing might do the trick.
Re: Ask HN: Solution to keep a cloud dev environment in sync with my laptop?
#4Syncthing might do the trick.
Thanks for the suggestion! Does anyone have any experience using syncthing for git repositories? I know it's not Dropbox's strongest suit.
Re: Ask HN: Solution to keep a cloud dev environment in sync with my laptop?
#5Bittorrent sync https://www.getsync.com/ would be another alternative