Computer Science, asked by manubhajadeja2109, 8 months ago

to revert the change you can cancel them using feature​

Answers

Answered by umapadamandal64
0

Answer:

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