Git Advanced-2
Git Revert & Reset
Git Revert
What is Git Revert?
$ git revert commitID : As the name suggests it is something like going back. In the context of Git, revert works as an undo mechanism. It helps to go back or undo a step if made wrong however, it is ...
devopswithritesh.in7 min read