Do you use source control tools to manage your software development process? Source control was the very first item on Joel Spolsky's Joel Test for the quality of a development team back in 2000.
Git is one of the most common version control systems today. It is a distributed type of version control system. This means that the repository you created on the cloud has the exact replica of the ...