The previous chapter taught you a little about the essential features of Git. By now, you should know how to check the history log and see the changes made to the current version. However, Git commits can be a complex concept, so this chapter delves deeper into them in this chapter. First, you explore (again) the inner workings of Git and its terminology. Then, you’ll learn how to view and examine previous versions. Let’s get started!
The Three States of Git
Before delving into the details of commits, let’s revisit the basics ...