Ankur Mistry
What is Version Control?
By Ankur Mistry in Open Source on Nov 13 2017
  • Nithya Mathan
    Nov, 2017 15

    Version control is like a tracking system with storage. for example In Github the Version control used to track all the changes that are done in the repositories to store the various data like Date modified, data that is altered etc..,

    • 2
  • Ankur Mistry
    Nov, 2017 13

    Version Control means keeping the copies of your code or files from every stage in its lifecycle. Version control system allows us to manage all versions of our code with representing a single version at a time.

    • 2
  • Bhushan Babras
    Jan, 2018 24

    Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.Link for more Details: https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control

    • 0
  • Rupesh Kumar
    Jan, 2018 14

    Version control is software tool which maintain source code,it's keep track of every changes in file or code. Developer can easily merge the code with help of version control tool within the team and tools maintain the version on server of every changes.

    • 0
  • Nandkishor Arvind
    Jan, 2018 10

    https://myfacebookapp.humhub.com/dashboard

    • 0
  • Manav Pandya
    Jan, 2018 9

    As we know in. Company there are so many develop working on same project , so when task will be assigned and completed by them , than its necessary to bind altogether , and make sure there is no issues at all, at that time version. Control comes In picture .Tools are available like GitHub , but bucket etc ..Main aim is to control congestion between codes and observe that who checked in what item

    • 0
  • S.Saravana Kumar
    Jan, 2018 3

    Version Control could be a system that records changes to a file or set of files over time in order that you'll be able to recall specific versions later.

    • 0
  • Gitesh Warhade
    Dec, 2017 21

    Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.

    • 0
  • Shweta Lodha
    Dec, 2017 13

    Version control is the technique to maintain the history of documents on what is changed in past.

    • 0