Answer Posted / 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 |
Post New Answer View All Answers