Learning Paths
Skills
Managing Source Code with Git
- 6 courses
- 10 hours
- Skill IQ
Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating 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.
Courses in this path
Beginner
Gain a high level overview of what Git is and how it is used while creating and manipulating your first repository.
Intermediate
Learn about the internal Git system while working in a distributed environment.
Advanced
Learn advanced Git techniques that professionals use.