2 examples for git reflog

{{ score }}
  # your_comment_here
find the head commit of the branch as it was immediately before the rebase started in the reflog
git reflog
        
{{ score }}
  #Find the head commit of the branch as it was immediately before the rebase started in the reflog
git reflog