Git

Git - How to extract file differences between two commits and package them into zip in Windows git environment

Git - How to extract file differences between two commits and package them into zip in Windows git environment

Background I have been using Git for work for a while. Although colleagues recommend using the command line directly, I still prefer UI interfaces. In the SVN era, extracting changed files between two commits was a common operation. After switching to Git, I have been wondering how to achieve this command. Although I have seen various methods, none matched my usual workflow. Recently I discovered a new approach, so I am organizing it here for everyone’s reference.

Read More