Snippets tagged “git-reflog”
5 snippets use this tag.
- How to Delete Commits from a Branch in GitGit
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 GitGit
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 Revert "git rm -r"Git
This tutorial provides the information of answering to the question of reverting git rm -r, and differences between reverting git rm -r . and git rm.
- How to Undo Git RebaseGit
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 ResetGit
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.