[Git] Export all changed files between two Git commits Leave a Comment / 未分類 / By Xiaodi Windows 使用 Git Bash git archive --output=test_zip.zip HEAD $(git diff --diff-filter=ACMRTUXB --name-only hash1 hash2)