Introduction: Reflog
Let's go over what you will learn in this chapter.
We'll cover the following
This chapter covers:
- The
git reflog
command - A revisit of the
git reset
command
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.
Get hands-on with 1400+ tech skills courses.