Submitted Questions

  • What is version control?

    Dillip Palai

    • Mar 26th, 2012

    Software Version Control is a system or tool that captures the changes to a source code elements: files, folders, images or binaries.

    Version Control Tools track these changes and allows manipulation of versions and baselines.

    Devika

    • Mar 21st, 2012

    A version control system (or revision control system) is a combination of technologies and practices for tracking and controlling changes to a projects files, in particular to source code, documentation, and web pages.