I have a dev branch (dev-cj1) that had two previous commits merged to master and then deployed to production for a new app feature. The deploy was reverted via a revert from master and a redeploy to restore production to a pre-deploy state to fix a found bug. The bug has been fixed and now I am ready to deploy the now fixed original feature. However, when I look at the files that make up the new merge request, it shows only the 4 files I most recently changed rather than the other original 14 files that need to deploy again.
How do I merge the older two commits along with the bug fix commit. Should be 4 commits 14 files changed total vs 1 commit 4 files changed?