Continuous Integration
Continuous Integration (CI) is when you regularly merge changes to your code from multiple people into a one version. Typically, your team will use an application to automate this process.
A CI solution makes life easier
A Continuous Integration app automatically builds, tests and merges your code together overnight, so that the most updated version is available in the morning. This is particularly useful when making games, as you’ll want to play together to see how the changes work in practice.