Thank you for attempting to revert ff36c6a. Sadly, this was not a true 1 for 1 undoing as can be seen when comparing the diffs.
I'm guessing the attempt to revert may have been done manually? The correct (true) way to remove the commit would be to use git revert against the commit hash. So now, these would both be needed.
Thank you for attempting to revert ff36c6a. Sadly, this was not a true 1 for 1 undoing as can be seen when comparing the diffs.
I'm guessing the attempt to revert may have been done manually? The correct (true) way to remove the commit would be to use
git revert
against the commit hash. So now, these would both be needed.