InterviewSolution
Saved Bookmarks
| 1. |
How to revert a bad commit which is already pushed? |
|
Answer» There can be cases where we want to revert from the pushed changes and go back to the previous version. To handle this, there are two possible approaches based on the situations:
|
|