On Mon, Feb 23, 2009 at 6:53 PM, Justin <[email protected]> wrote: > Justin schrieb: (...) > > But I hit some bad thing, I am working alot with branches and noted that > the .git dir growths and growths, although I removed the branches. Can > I clean this up?
Yes! Collect all the garbage with $ git gc ~Henry
