To get started with Android/LineageOS, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository using the AndroidBw trees, use a command like this:
repo init -u git://github.com/AndroidBw/android.git -b androidbw10.0
Then to sync up:
repo sync