What is git reflog?
Answer / Anand Pratap Singh
Git reflog is a history of all the changes made to the heads (pointers) in your Git repository. Each action, such as creating, deleting, or resetting branches, tags, or commits, leaves an entry in the reflog. This allows you to recover lost commits or branch heads that were deleted by accident.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ‘head’ in git?
What is the function of ‘git rm’?
Tell me the difference between head, working tree and index, in git.
What is the difference between ‘git remote’ and ‘git clone’?
Mention some of the best graphical GIT client for LINUX?
What is the function of ‘git checkout’ in git?
What is Subgit? Why to use Subgit?
In git how do you revert a commit that has already been pushed and made public?
Why GIT better than Subversion?
Why git and not svn?
what is git fork? What is difference between fork and branch? How to create tag?
What is the syntax for “Rebasing” in Git?