What is Git Reflog?
Git Reflog is a mechanism that records when the tip of branches are updated. This command is often used to find out
what the HEAD pointed at previously, which is useful if you need to go back to a previous state.
Ready to become a Git Reflog expert?