git archive -o update-files.zip <commit-hash> $(git diff –name-only <commit-hash>^ <commit-hash>)
git archive -o update-files.zip <commit-hash> $(git diff --name-only <commit-hash>^ <commit-hash>)
git archive -o update-files.zip <commit-hash> $(git diff –name-only <commit-hash>^ <commit-hash>)