DEV Community

Discussion on: git revert, merge commits, confusion

Collapse
 
pstorch profile image
Peter Storch

I would move the pointer for master back to commit a:
git branch -f master 4

Collapse
 
gabeguz profile image
Gabriel Guzman

I'm not sure I follow exactly, but I'll play with this and see how it goes. Thanks!