If you have a project that depends on a large number of source files - say a website with lots of HTML, CSS and Javascript files. How will you go about solving these problems:
...
These are the types of problems a version control system solves. It makes it possible for a team to safely work with a large body of code files and know they won’t lose valuable history of their changes.
GIT is by far the most popular and widely used modern version control system system today.
GIT is a mature, actively managed open source project originally developer in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel.
We use GIT to maintain history of all our own code which we use for IguanaIt’s likely to be dominant for many years to come.