You can run git's garbage collector like so:

git gc

This often reduces a repository size significantly.  Another option is to
rebase and remove commits of large binary files that have since been
removed, but are still stored in the history.  Run git gc afterward to clean
it out.

There's also the simple and extreme clean sweep: of rm -r'ing your .git dir
and starting with a fresh git init.

In your case Jeremy, I believe you're creating a fresh repo on every push,
so there won't be any history to clean up.  So then the next best thing to
do is look for large files you can remove, like photoshop mockups, binary
libraries, etc.

After that, if you still are over quota, the best thing to do is email us
privately and we'll see what we can do. :)

Adam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to