mofm Posted April 12, 2012 Share Posted April 12, 2012 Hello, i am starting a large project that another developer will also be working on. What is the best way about doing this. There seems to be a lot of solutions online but a lot of them seem very difficult to setup and maybe even abit over kill. so im kinda after some reasonable suggestions. Thanks mofm Quote Link to comment https://forums.phpfreaks.com/topic/260804-php-multiple-developers/ Share on other sites More sharing options...
trq Posted April 12, 2012 Share Posted April 12, 2012 The easiest way is to get yourself version control. Git is very popular (and I wouldn't use any other these days) and your project can then easily be shared between developers via http://github.com Version control allows developers to checkout a copy of the project, make there changes and check it back in. If there are conflicts in your changes and other developers changes you will be asked to resolve them right there and then. Quote Link to comment https://forums.phpfreaks.com/topic/260804-php-multiple-developers/#findComment-1336685 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.