Glossary

version control system

Git
also: VCS · version control

Software that records every change you make to a project over time, so you can see what changed, when, and why — and roll back to any earlier state. Git is the most widely used version control system in the world.