Skip to content

Instantly share code, notes, and snippets.

@PharaohKJ
Created June 10, 2014 11: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 PharaohKJ/9701d26f42958f32c65e to your computer and use it in GitHub Desktop.
Save PharaohKJ/9701d26f42958f32c65e to your computer and use it in GitHub Desktop.
archive_fix_file_only
git archive --format=zip --prefix=root/ HEAD `git diff --name-only HEAD HEAD^` -o archive.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment