How to git cherrypick all changes introduced in specific branch
Background info: Due to restrictions in workflow with out existing systems, we need to set up a somewhat unorthodox git process. (patch) A-B---F | | (hotfix) C-D-E | (dev) 1-2-3-G On the patch branch, there are some commits. The files here are similar but not identical to the ones on dev (sync scripts switch around the order of settings in many of the files, making them appear changed while they are functionally the same). A fix is needed on this branch so a hotfix branch is created and worked on. This branch is then merged back into patch, so far, so good. This same fix needs to be deployed