Skip to content

Instantly share code, notes, and snippets.

@CornerSyrup
Created January 22, 2023 15:39
Show Gist options
  • Save CornerSyrup/64496aaa16a49eb896803465656becbf to your computer and use it in GitHub Desktop.
Save CornerSyrup/64496aaa16a49eb896803465656becbf to your computer and use it in GitHub Desktop.

Sparse Checkout

git clone git@localhost:path/to/repository.git --no-checkout
git sparse-checkout set src
git checkout
repository/
├───src/
├───LICENSE
└───README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment