My OS is: Windows 7 Ultimate and IDE is Netbeans. Want to work with 2-3 devs on PHP projects. After research I found that it’s possible with GIT. Found this solution. But it’s installing apache server. (I don’t need any web server: I already have one – IIS7). Is there any free solution (I mean not only GIT, maybe something else) that will work with Netbeans and allows to work with group of developers?
Share
Instead of running your own Git server, why not use bitbucket? It will give you a Git server that you can share with up to 5 people, working on an unlimited number of projects and it is free.
Installing and running a private Git server is not worth it.