Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created December 4, 2020 13:52
Show Gist options
  • Save thewh1teagle/a627d54d39e73700502e71689801c19b to your computer and use it in GitHub Desktop.
Save thewh1teagle/a627d54d39e73700502e71689801c19b to your computer and use it in GitHub Desktop.
Fast repo sync
repo init --depth 1 -u https://github.com/LineageOS/android.git -b lineage-17.1
repo sync -c --no-tags --no-clone-bundle -j$(nproc --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment