Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Created February 13, 2016 21:12
Show Gist options
  • Save suryagaddipati/75adf71573f8b2024ce3 to your computer and use it in GitHub Desktop.
Save suryagaddipati/75adf71573f8b2024ce3 to your computer and use it in GitHub Desktop.
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