I have a project which depends on Twitter bootstrap 2.x, however, when I add bootstrap as a submodule using the following:
git submodule add https://github.com/twbs/bootstrap.git
This brings in the latest version of bootstrap.
I would like to create a submodule for a specific tag, but haven't found a way to do that. Is this possible?