Comment on Why You Should Be Using Virtualisation In Your Development EnvironmentparentComments−reynolds15yThe way I do it is to write all of the code locally and use git/svn/hg/whatever locally. I then rsync my changes to the virtual machine when I'm ready to test.
Comments
The way I do it is to write all of the code locally and use git/svn/hg/whatever locally. I then rsync my changes to the virtual machine when I'm ready to test.