Code School: Git Real
By Gregg Pollack and Olivier Lacan
Course info



Course info



Description
In this Git course you will learn basic concepts of Git version control from Git School.
Explore:
- Staging
- Cloning
- Branching
- And collaborating with Git
Course FAQ
Git is a version control system that allows users to track changes within any set of files.
Git is most often used by programmers who have two or more people working within the same source code during software development.
Version control is a term used within software engineering that is responsible for managing the changes of to computer programs, documents, large web sites, or other collections of data.
In this course, you will learn about staging, cloning, branching, and collaborating within Git.
A repository within Git is a collection of files that can track all of the changes made within a certain dataset.