Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertvanhoesel/b314e8a77f1be7074f046260d8bcb99e to your computer and use it in GitHub Desktop.
Save robertvanhoesel/b314e8a77f1be7074f046260d8bcb99e to your computer and use it in GitHub Desktop.
Cloning just one extension with sparse-checkout
https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/
git clone --filter=blob:none --no-checkout https://github.com/raycast/extensions.git
git sparse-checkout set --cone
git sparse-checkout set extensions/spotify-beta
git checkout @peduarte/spotify-beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment