No. 5 | Getting Started With Git

c. 2005 by Linus Torvalds
BitKeeper

Version Control
Source Management
compare different versions of your project at a particular snapshot in time.

documents in the repo that have been modified, staged, committed.

working directory –> staging area (index) –>git dir –> push to remote.@ commit #xx01

checkout cloned repo @commit specified
can be files, binaries, or directories


Downloading And Installing Git


First Git Repo

unversioned

git init –


github april 2008