A user-friendly tool for generating Git revert commands with various options.
The revert
command is used to undo a commit. It reverses the changes made in the previous commit by creating a new commit.
The revert does not delete the commit history unlike the reset
command.