Last active
December 11, 2015 11:48
-
-
Save zoster/4595896 to your computer and use it in GitHub Desktop.
Build an update folder with all files changed in a git repo since a specific commit.
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
cp --parents $(git diff --name-only --diff-filter=ACMRTUXB <SHA>) /c/update_folder/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment