Created
March 2, 2015 04:36
-
-
Save Manouchehri/1216a157cbbf819892a6 to your computer and use it in GitHub Desktop.
This file contains 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
mkdir smi2021-tree/ && cd smi2021-tree/ | |
git init | |
git config core.sparseCheckout true | |
echo drivers/media/usb/smi2021/ >> .git/info/sparse-checkout | |
git remote add origin https://github.com/jonjonarnearne/smi2021.git | |
git fetch origin --depth=33 | |
git pull origin smi2021v3-wip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment