mkdir -p ~/rom/qassa
cd ~/rom/qassa
To sync with full history use:
repo init -u https://github.com/keepQASSA/manifest -b Q --git-lfs
To save space, sync without history use:
repo init --depth=1 -u https://github.com/keepQASSA/manifest -b Q --git-lfs
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
. build/envsetup.sh
lunch qassa_$device-userdebug
mka qassa -j$(nproc --all)