The best advantage of git (or another DVCS) is that it is much more fault-tolerant than centralized version control.
A local version of a repository (what you get from a "git clone", the equivalent of an "svn checkout") is the entire repository. All history, all artifacts, everything. This means...