repo
Install repo tool
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo
Using repo tool
mkdir new-proj cd new-proj repo init -u [upstream-url] [options] repo sync repo status
repo
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo
mkdir new-proj cd new-proj repo init -u [upstream-url] [options] repo sync repo status