Cherry-Pick

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 >