I can\'t seem to get rid of untracked content in Git\'s submodules. Running git status yields:
git status
# On branch master # Changes not staged for commit: #
It could be due to the detached HEAD in your submodule branch. If this is the case, go into your submodule path (e.g.: ./bundle/snipmate), then rungit checkout master.
detached HEAD
./bundle/snipmate
git checkout master