Possibly the best thing about git is that you can start from an existing directory. This makes it amazing for tracking configuration files.

cd /etc/ldap ; git init ; git add . ; git commit -m "got some config religion"

Too bad one can't use GitHub for this, but remote backups and batch config changes get really elegant with kind of setup.