Question #74

Author: admin
tags: Git  
git revert 832d535
What will this command do?
Overwrite the entire history, removing from it all the changes that were made by the commit 832d535
Create a new commit on top of the last commit, removing all the changes that commit 832d535 made
Restore working tree files to the state of commit 832d535
Rate the difficulty of the question:
easyhard