Created
August 6, 2013 06:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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