Verzióellenrzési
Verzióellenrzési, which translates to "version control" in English, is a system that records changes to a file or set of files over time so that you can recall specific versions later. This allows you to revert to a previous state of the files if, for instance, a new version contains bugs or you lose data. It is a fundamental tool in software development but also applicable to any project where multiple iterations and tracking changes are important.
The primary purpose of version control is to manage modifications to documents, code, or other data. It
Common version control systems include Git, Subversion (SVN), and Mercurial. Git is currently the most widely