Created
November 19, 2021 23:11
-
-
Save carlosascari/5ebb0bdb4f418cb1ce48db4c92cbcaa0 to your computer and use it in GitHub Desktop.
Copies files and their dir structure that are modified into a gzip compressed file
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 diff --no-commit-id --name-only | tar -czf modified_files.tgz -T - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment