AWS How to revert merge made in pipeline

Viewed 22

I merged our branches and it messed with some validation. And since then I cannot figure out how to correctly rollback. I tried to use -- git revert ... -- however it has been changing one file in the revert but the other files stay as the most recent changes. Can I manually revert the branch on the repository or at least on the aws site?

So this branch is as oldas if no changes were made today

0 Answers
Related