Created
February 7, 2013 14:54
-
-
Save betweenbrain/4731411 to your computer and use it in GitHub Desktop.
git archive only changes made between two commits
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
git archive --output=<file> HEAD $(git diff --name-only commit1SHA commit2SHA) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment