git blame: prior commits

12 · Thiago Perrotta · Sept. 29, 2025, 9:10 a.m.
Summary
This blog post discusses how to use the `git blame` command to inspect the history of a file in a Git repository, particularly focusing on committing changes prior to a certain commit. It provides practical examples of how to navigate commit history and introduces a custom script called `git-hyper-blame` that enhances `git blame` functionality by allowing the user to ignore specific commits. Overall, it offers an insightful perspective for developers looking to better understand version control in Git.