getting back deleted commits in git

When we use git reset, some commits in the git history might be deleted. Suppose you want the changes from some of those deleted commits. Is there any solution? Yes – that’s when git reflog command comes into picture. Below image shows that we have a commit starting with Id db1a0 in our git History. Below image shows that we have deleted the commit starting with id db1a0 Below image shows that we can still view the deleted commit in git reflog. To get back the changes from that commit, we can check it out and then merge it into our branch.
 

Here is the output of above example.


Web development and Automation testing

solutions delivered!!