Skip to content

Instantly share code, notes, and snippets.

View eilo's full-sized avatar

Eilo eilo

View GitHub Profile
@eilo
eilo / gist:3080063
Created July 10, 2012 00:23 — forked from vermie/gist:1551680
git
############## details ################
============== structure ================
repository
a tree of objects which are under version control
objects are any of the following:
blob: binary data (usually a file)
tree: points to blobs (files) and other trees (subdirectories)
commit: points to a tree (your projects root directory), and points to the parent commit(s)