Is there any software that can collect all the changed files between two commits to a folder? I need this functionality to create an update patch.
My current solution is creating two release tags and looking at the difference between them. Then, I manually collect the changed files. This is really inefficient and error prone because there are 100s of changed files!
Is there a software that can collect all changed files between two commits?
Update: I am looking for a software that can provide me this functionality in a GUI interface. Is it possible to do this without touching the command line?