What does git revert do?
What does git revert do? a) Creates a new commit that undoes the changes of a previous commit b) Deletes the most recent commit c) Resets the repository to a specific commit d) Moves the HEAD pointer to the previous commit Answer: a) Creates a new commit that undoes the changes of a previous commit […]
What does git revert do? Read More »