Git

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Table of Contents

Configuration

git config user.name "username"
git config user.email "email@example.com"