Visual Studio Code – How can I undo two past commits keeping all the subsequent changes using git?
I have a Visual Studio solution that includes 12 projects. The code is hosted on Azure DevOps using git. I'll admit I'm not an expert of git. I've created some branches from the "master" branch. I kept working normally both…