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