Tag: reflog

  • Recover a reset or deleted commit in Git with git reflog

    In previous post, we know how to reset (delete) a commit that’s pushed to the remote repository server using git reset –hard and git push origin -f. This post show you how to recover a reset or deleted commit with git reflog. We can find the commit that we want to be on in that…