two options come to mind... 1. if you don't need to clone or fetch from it, nor push from nor into it you can use the --depth argument on your clone to force a shallow clone (without the entire history)
2. dump your databases to sql and store those in git, to be loaded when needed instead of the binaries (so that git can hopefully handle things better) cheers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
