Instead of using and having to remember hash codes, we can also put tags on commits.

See that? We use git tag with a parameter to add a tag and the command without any parameters to display the previously added tags.

Didn't we want to use something easier to remember, like a tag?