Firstly I'd like to say I'm sorry to ask this kind of question, but I've been researching to the past hour on how to do this without success (maybe there is no way?)
I know how to revert a file or a folder to a previous commit, but my issue here is that I want to revert all files that were committed on a specific commit.
Is there?
Kind regards and thanks in advance
edit -
Silly me, I knew there was an easy way to do that. git revert was what I needed. Just misunderstood how it worked.