Introduction: Reflog
Let's go over what you will learn in this chapter.
We'll cover the following
This chapter covers:
- The 
git reflogcommand - A revisit of the 
git resetcommand 
In this chapter, you’re going to look at the “reflog”.
What is reflog?#
The reflog gives you references to a sequential history of what you have done to the repository. This can come in very handy when you play with your local repository’s history as you will see here.
The Add Interactive Command
Lose a Commit, Get it Back
Mark as Completed
Report an Issue
