Create Git Patch From Commits
This is another of those excruciatingly easy tasks that isn’t well documented. git format-patch sha1..sha2 Where sha1 is the older commit and sha2 is the newer commit. This will create patches for each modified file between those commits.