GIT Cheat Sheet

From Tmplab
Revision as of 16: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