Created
February 13, 2016 21:12
-
-
Save suryagaddipati/75adf71573f8b2024ce3 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
g init | |
g remote add origin [email protected]:suryagaddipati/mycool-packages.git | |
echo vim-9.3p1 >> .git/info/sparse-checkout | |
git config core.sparsecheckout true | |
git fetch --depth=1 .git master #branch or sha | |
#g pull origin master --depth 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment