Created
March 8, 2019 15:13
-
-
Save christophwolff/6d9bd57375a0d8dc05e4664178da82e4 to your computer and use it in GitHub Desktop.
Using Git to create an archive of changed files.
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