Created
December 30, 2015 23:36
-
-
Save stebulus/9d1a9c0337f7927051fc to your computer and use it in GitHub Desktop.
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 init . | |
| git remote add origin https://github.com/foo/bar | |
| git config core.sparseCheckout true | |
| echo sub/dir >> .git/info/sparse-checkout | |
| git pull --depth 1 origin master # assuming you don't want history either |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment