1, setup the bin directory in you home directory and include in your path, $ mkdir ~/bin $ PATH=~/bin:$PATH 2, download the repo tool and make sure it is executable $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $ chmod a+x ~/bin/repo 3, make the working directory and download the branch, $ mkdir WORKING_DIRECTORY $ cd WORKING_DIRECTORY $ […]