In the beginning, there was a canonical SVN repository for TextMate bundles, and the recommended installation unpacked them into a Pristine Bundles folder so that TextMate's bundle manager could save your dirty customizations in a separate Bundles folder.
Now that nearly everyone's using git, does it still make sense to use Pristine Bundles, or is it more appropriate to keep the installed bundle in the Bundles folder and manage customizations with git?
What convenience tools are available for discovering, installing, and updating bundles? It seems there's a getBundle and a getBundles, and no real authoritative way to do it.
I'm starting to think it's probably best to just search GitHub for ".tmbundle" to find the stuff and install it by hand.
Basically, my question is: how do you do it? Is any method better than the others for staying on top of your installed bundles?