Git

Git is the most widespread version control system for source code. It stores history as a commit graph and enables parallel work through branches. Platforms like GitHub, GitLab and Gitea are built on Git. Basic commands: clone, add, commit, push, pull.