DEV Community

GregLimo
GregLimo

Posted on • Edited on

Git Revert to certain point in history in remote repo

I am working on a project in which I pushed several commits (more that 10 commits) to master. For some reason I need to revert to the 11th commit back and make that head at master(Jenkins is listening at master), I have no idea the best way to do this coz I have seen some comments warning of a possibility that the repo could be rendered unfunctional...
Will realy appreciate any hint from someone who atleast understands abit of this coz am kinda noob to git/github

Top comments (0)