Created
February 22, 2021 10:11
-
-
Save foobarbaz-pl/243b458042d92c1e7048daf06923d03d to your computer and use it in GitHub Desktop.
Git Sparse Checkout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --no-checkout <REPOSITORY> <DIR> | |
cd <DIR> | |
git sparse-checkout init --cone # checkout root dir files | |
git sparse-checkout set <SUBDIR_LIST> # subdirs list to include | |
git checkout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also