Ask HN: Dev Environments and Workflows I am working on a project, where my code/db reside on a local VM (Ubuntu server) sitting on my windows machine.
My workflow is the currently:
1. Write code on desktop
2. Push changes to GIT
3. Go to VM and pull git changes
4. Test code on VM I understand there are tools to improve this workflow (Vagrant+Puppet), but I am curious to hear what other dev environments/workflows look like or work for others. |