What is Git?
HTL Rennweg
Show in appDescription
Git is a distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It records changes in files, allows multiple developers to collaborate seamlessly, and supports branching and merging workflows.
Goals
- I know what Git is and why it is widely used in software development.
- I know the difference between distributed and centralized version control systems.
- I can identify the key features of Git that enable parallel development workflows.