2010/09/15

Permanently Delete from GIT

$ rm -Rf .git/refs/original
$ rm -Rf .git/logs/
$ git gc
$ git prune --expire now