Introduction
GIT is a file-revision control system, popular for open source projects because it supports widely-dispersed development teams. Unlike earlier revision control systems, it has no central server: each user has a separate copy of all the file revisions.
GitHub has a nice cheat sheet to use once you’re familiar with Git.
Continue reading How to Use Git Revision Control