Link Search Menu Expand Document

Git

Git is a distributed version-control system for tracking changes in any set of files, originally designed for coordinating work among programmers cooperating on source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems). Wikipedia

Tutorials

try.github.io provides both resources to learn by reading or doing. A good “one stop shop” for getting started with git. They have listed documentation and online labs.
Hello World GitHub Guide
How To: Fork a GitHub Repository & Submit a Pull Request

“Cheat Sheets”

git - the simple guide is a basic step-by-step reference card available in a many differnt languages that covers the most commonly used commands in Git. repository

Documentation

Git Documentation