Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- gitrevisions(7) – specifying revisions and ranges for Git: https://git-scm.com/docs/gitrevisions
- Scott Chacon, Ben Straub: Pro Git, 2nd Edition (2014), Apress Chapter 2.3: Git Basics - Viewing the Commit History: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
- glob(7) – globbing pathnames (shell wildcard patterns): https://man7.org/linux/man-pages/man7/glob.7.html
- Jan Goyvaerts: Regular Expressions Tutorial: Learn How to Use and Get The Most out of Regular Expressions: https://www.regular-expressions.info/tutorial.html