Verziókövetése
Verziókövetése, commonly translated as 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. This allows you to revert files back to a previous state, compare changes between versions, and track who made what changes and when. It is an essential tool in software development, but also useful for managing any kind of document or project where history and collaboration are important.
The core idea behind version control is the repository, which stores the history of your project. When
Distributed version control systems (DVCS) like Git are widely used today. In a DVCS, each developer has