Skip to content

Instantly share code, notes, and snippets.

@zeuxisoo
Created August 6, 2013 06:23
Show Gist options
  • Select an option

  • Save zeuxisoo/6162487 to your computer and use it in GitHub Desktop.

Select an option

Save zeuxisoo/6162487 to your computer and use it in GitHub Desktop.
Export latest added and modified files from GIT repository for client application deploy
git archive -o update.zip HEAD $(git diff --name-only HEAD^)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment