Adding Twitter Bootstrap repository to your own project can be done by using Git Shell.
Use with the following command:
git submodule add git://github.com/twbs/bootstrap.git libraries/bootstrap
Code language: JavaScript (javascript)
after accessing the folder where your project is cloned. libraries/bootstrap is the path where the bootstrap repository will be cloned.