Git

Git is a software for version control of text files. A distinction from other systems is the distributed approach, which allows users to carry out all operations (comparisons with other versions, recording new versions, etc.) locally without having to rely on a server. In addition tospecial server software (such as GitLab), it is also possible to send individual changes by email for exchange with other actors without having to rely on extra software.

Further Reading