[Git] Export all changed files between two Git commits

Windows 使用 Git Bash

git archive --output=test_zip.zip HEAD $(git diff --diff-filter=ACMRTUXB --name-only hash1 hash2)

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *