to revert the change, you can cancel them using the.......... feature
Answers
Answered by
13
Answer:
This command rewinds the HEAD reference one commit. ...
Another way of undoing the latest commit is by using the revert command.
Instead of rewinding the HEAD and erasing the last command, this adds a new commit of top of the current HEAD, which has exactly the opposite changes to the commit passed (in this case, HEAD ).
Similar questions