Skip to content

Instantly share code, notes, and snippets.

@kaushiks
Last active October 7, 2017 15:14
Show Gist options
  • Save kaushiks/d5307536d61df3932ff1b5fe060b83ee to your computer and use it in GitHub Desktop.
Save kaushiks/d5307536d61df3932ff1b5fe060b83ee to your computer and use it in GitHub Desktop.
git init .
echo Documentation/ > ./.git/info/sparse-checkout
git config core.sparsecheckout true
git remote add origin https://github.com/git/git.git
git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment