Question: We made some changes to fix a bug for `ShouldSortByD2F.java` and we now want to commit them. Hence, we enter: ``` git add ShouldSortByD2F.java git
We made some changes to fix a bug for `ShouldSortByD2F.java` and we now want to commit them. Hence, we enter:
``` git add ShouldSortByD2F.java git commit -m fixed a bug with ShouldSortByD2F.java ```
Uh oh! We now realize that the fix was not a fix after all! It actually broke the program. We should have tested it before committing. However, you also know there is a git command to UNDO this commit. What is a single git command to undo the commit above?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
