Created
May 28, 2016 15:49
-
-
Save akbargumbira/513a36357ae655b452a8ad37d88eefaf 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
mkdir <repo> | |
cd <repo> | |
git init | |
git remote add -f origin <url> | |
git config core.sparseCheckout true | |
echo "some/dir/" >> .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