Is there any IDE function or any tools( I use Zend Studio ) to allow programmers to code in Windows but the code is saved on a linux server with git? I assume not every programmer needs to have a full stack of testing enviroment on his local PC, right?
(I imagine that the best practice is to be able to create a testing server instance which is virtual machine with full stack testing enviroment set up already. Though I never see one.)
I tried Zend Studio, it seems that I can only clone/create/import a local git repository/branch on my windows machine.
I've heard of using Samba remote file sharing mechanism so to map a hard drive on my windows so to allow me to accomplish this.
I wonder if there is any other way.
Thanks.