Git Overview
- Snapshots of the objects (files) and not diffs. Using pointers eliminate duplications.
- Nearly every operation is local. (Off-line work)
- Integrity using SHA-1 hashes of the files. (40 character string of hexadecimal characters called "object name" or "SHA-1 id".)