Skip to content

Instantly share code, notes, and snippets.

@trongthanh
Created February 14, 2012 03: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 trongthanh/1823062 to your computer and use it in GitHub Desktop.
Save trongthanh/1823062 to your computer and use it in GitHub Desktop.
export a git revision
# Can use a short revision id (3ec090f) in place of master to export a specific revision
git archive --format zip --output ../zipfile.zip master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment