Git

A Visual Git Reference

This page gives a brief, visual reference for the most common commands in git. Based on Mark Lodato’s Visual Git Reference.

Basic Usage

The four commands below copy files between the working directory, the stage (also called the index), and the history (in the form of commits).

Read more >

Version Control

notes

it is good to keep notes about version controlling things.

I mostly use git.

git

prefixuse-case
BUGbug fix
DEVdevelopment tool or utility
DOCdocumentation
ENHenhancement, a new feature
MAINTmaintainence task
RELrelease
STYstylistic change
TSTaddition or modification of tests

Pro Git

A revisitation of a good book.

Read more >