We are using git in a project having team size of six people. One accidentally do a wrong commit but realised after doing some more useful commits.
Is it possible to delete that particular commit in git?
We are using git in a project having team size of six people. One accidentally do a wrong commit but realised after doing some more useful commits.
Is it possible to delete that particular commit in git?
You can use revert
:
git revert #commithash