git revert [commitHash, HEAD] --no-edit
will add commit to history that will revert commitHash commit
history will not be overwritten
git revert [commitHash, HEAD] --no-edit
will add commit to history that will revert commitHash commit
history will not be overwritten