Search code examples
javaandroidmergeprogrammers-notepad

Combine coding with multiple programmers


As I mentioned in the title, can anyone recommend me a software which is easy to use and higher accuracy to merge program coding mainly Java(Android).

For example: 3 Programmers were writing ABC software. First phase will be written by Programmer A & B. Later, Programmer C will be involved and they are working at the same day.

Is there a software to let them upload their work onto a space and then compare the changes and merge it so that the next programmer is working on the latest version of code.

Extra Note: I have a CPanel account. If its possible to integrate. Or a standalone software will be accepted too.


Solution

  • You need a Version Control System (VCS). Most popular are Subversion and Git.