Git Reflog

 Git Reflog

The "git reflog" command displays a log of all the references, such as branches and tags, that Git has pointed to in your repository's history. This can be useful for recovering lost commits or branches.


git reflog

No comments:

Post a Comment