Created
October 25, 2012 22:22
-
-
Save gcpantazis/3955842 to your computer and use it in GitHub Desktop.
Git exports and reference
This file contains 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
# Export all the files changed since commit COMMIT-ID-OR-ALIAS | |
tar czvf changed-files.tar.gz -T <(git diff --name-only COMMIT-ID-OR-ALIAS..) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment