4.4.2.reflog & reset

  • 1.Introduction

    • Sometimes we want to recovery commit to the former status after we rebase this commit

    • we can use git reflog to find out which was the former status of the commit . After that, we can use git reset to the former one.

  • 2.Getting started

Last updated