Difference between revisions of "Putting your project under version control"

From X-Cart 4 Classic
Jump to: navigation, search
(Created page with ' ==Why Version control?== * gives the team a project-wide undo button; nothing is final, and mistakes are easily rolled back * allows multiple developers to work on the same co…')
 
m
Line 1: Line 1:
 
 
==Why Version control?==
 
==Why Version control?==
  
* gives the team a project-wide undo button; nothing is final, and mistakes are easily rolled back
+
* gives a project-wide undo button; nothing is final, and mistakes are easily rolled back
  
 
* allows multiple developers to work on the same code base in a controlled manner
 
* allows multiple developers to work on the same code base in a controlled manner

Revision as of 17:30, 24 February 2011

Why Version control?

  • gives a project-wide undo button; nothing is final, and mistakes are easily rolled back
  • allows multiple developers to work on the same code base in a controlled manner
  • keeps a record of the changes made over time
  • works as a project-wide time machine, allowing you to dial in a date and see exactly what the project looked like on that date