badah
4/2/2012 - 2:56 PM

Git command to export only changed files between two commits

Git command to export only changed files between two commits

git archive --output=file.zip HEAD $(git diff --name-only SHA1 SHA2)