How-to articles, tricks, and solutions about GIT REFLOG

How to Delete Commits from a Branch in Git

In this short tutorial, you will find out how to delete commits from a branch in Git. Just follow the steps below to undo the things you didn’t mean.

How to Retrieve Hash for Commits in Git

Git allows recovering wrong changes in a project. This tutorial shows how to find information about the latest commit and get the latest commit’s hash.

How to Undo Git Rebase

In this short tutorial, you will find information about undoing a git rebase in a quite straightforward way. Do it by just following these simple steps.

How to Undo Git Reset

In this tutorial, you will learn about the short and more detailed methods of undoing git reset. Also, get familiar with the concept of the three trees.