Archive for the ‘Version Control’ Category.

Version Control

Why Version Control?

  • To be able to revert changes.
  • Because it is a code backup solution.
  • Because one can see what exact changes were made to resolve an issue.
  • To be able to re-establish the state of the code, at any given point in the development process.
  • To be able to re-establish the state of the code, for any version of the product.