Created
October 10, 2017 07:28
-
-
Save yohangdev/6b790026f1f1db82d47fdf07aabc4873 to your computer and use it in GitHub Desktop.
Git Extract/List Modified Files Between Commits and Compress ZIP
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
| zip modified-files.zip $(git diff --name-only SHA1 SHA2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment