Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created March 2, 2015 04:36
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 Manouchehri/1216a157cbbf819892a6 to your computer and use it in GitHub Desktop.
Save Manouchehri/1216a157cbbf819892a6 to your computer and use it in GitHub Desktop.
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