sidebar_position | title |
---|---|
1 |
Git Introduction |
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.
- commands - Learn about the commands that you can use with Git.
- Learning Resources - Learn more about Git with these resources.