Skip to content

Glossary

Git

Git is a distributed version control system that records changes to files over time, letting you review history, revert mistakes and work in parallel through branches. Every clone holds the full project history, so most operations are local and fast. Merging and pull requests let teams combine work and collaborate on code.