How to undo or rollback a commit in Git using the reset, revert and restore commands
Hello everyone! If you have been working with Git relatively recently, you have almost certainly had the need to cancel a commit. And, sadly, you quickly realized that there is no simple way to “roll …