I\'m using git to manage files in a local directory on a Windows machine - no network is involved here, I\'m not pushing or pulling to/from another machine. My
git
Have you tried git gc? This cleans cruft out of the git repo.