There is a commit, pushed etc in the history of our repo. I have the SHA, and I would like to run the equivalent of git revert /one/folder/* THESHAID
, but git revert doesn't look like it has the ability to change only a specific folder.
Is there a way to replicate that functionality?