Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 740 Bytes

introduction.md

File metadata and controls

15 lines (12 loc) · 740 Bytes
sidebar_position title description tags keywords slug
1
Git Introduction
A brief introduction to Git.
Git
Version Control
Software Development
Git
Version Control
Software Development
/git

Git is a distributed version control system that is used to track changes in source code during software development. It is designed to coordinate work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

What's next?