Putting your project under version control

From X-Cart 4 Classic
Revision as of 17:29, 24 February 2011 by Admin (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 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