To clean up git, run:
git remote prune origin; git branch --merged | grep -v '^* master$' | grep -v '^ master$' | xargs git branch -d
If it doesn't like that because it thinks the repo is not there, change the remote from http://github.com
to http://[email protected]