I mistankely force pushed an outdated version of master branch I had on local to remote and reverted a bunch of commits.
To try to fix this, I cherry-picked all of the commits merged after the commit I reverted to and merged them into the master branch through a new pull request.
Will doing this fix my mistake? The code is now the same as before but the commits have different sha's.