Created
December 14, 2015 13:39
-
-
Save mister-good-deal/1031a655ab34bc20c20e 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
git init | |
git remote add -f origin <url_github> | |
git config core.sparseCheckout true | |
echo "dir1/dir2/dir3" >> .git/info/sparse-checkout | |
git pull origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment