This is the top-level git repo for the Android on BUG 2.0 project. Refer to the start page for further details:
http://buglabs.github.com/android/
To install repo, the tool that makes easier to work with git in the context of Android, please run the following in your terminal:
$ mkdir ~/bin $ PATH=~/bin:$PATH $ curl https://android.git.kernel.org/repo > ~/bin/repo $ chmod a+x ~/bin/repo
Reference: http://source.android.com/source/downloading.html