Journal 2022-06-27
<!-- Morning -->Git
- The
reflog
is a life saving feature ofgit
. It’s a journal of all the operation made to a repository. You can checkout/reset each reference to return to a previous state of the code. This can save you when you have done some disastrous action (Like amend to the wrong commit or branch). - Oh shit git