Skip to content

Instantly share code, notes, and snippets.

@Draiken
Created June 30, 2011 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Draiken/1057099 to your computer and use it in GitHub Desktop.
Save Draiken/1057099 to your computer and use it in GitHub Desktop.
Checkout only one file from a git repo
git clone --no-checkout --depth 1 git@github.com:foo/bar.git && cd bar && git show HEAD:path/to/file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment