Reverting Pushed Commits Safely
Description
You've pushed a commit to a shared branch that introduced a bug. You can't use git reset because it rewrites history. The safe way is with git revert.
Your Task
The commit 'B' introduced a bug. Create a new commit that reverts the changes made in commit 'B' without deleting it from history.
Requirements
- ▹Revert the 'B: bad commit'