Paul's Weblog 11/1/2024

TIL `.git-blame-ignore-revs`

Read Original

This article explains the purpose and usage of the `.git-blame-ignore-revs` file in Git, which allows developers to ignore specific commits (e.g., large formatting commits from tools like Prettier) when running `git blame`. It covers the file's syntax, how to use it via command line or Git config, and notes platform support from GitHub and GitLab.

TIL `.git-blame-ignore-revs`

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week