version controlling

How Git Stores Information

by shaiekh on May 29, 2011

This note is an extremely high level of overview on how the Git object model works, based mostly on the Git Community Book. Git stores just the contents of the file for tracking history and not just the differences between individual files for each change. The contents are then referenced by a ‘Object name’ of [...]