Maintaining Drupal with fake Git submodules
With Drupal moving to the Git version control system, I'm looking at refining a good way to install, update, and customize Drupal installations using Git.
Since Drupal core, modules, and themes will be separate Git repositories, it seems like using Git submodules, or subtrees are worth looking into for module and theme management.