Jump to content

GIT Cheat Sheet

From tmplab
Revision as of 15:25, 1 October 2008 by Phil (talk | contribs)

Basic commands

Creating

git init

Adding a file

git add <filename>

Committing changes

git commit

Seeing changes

git log


References