You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reformatting an entire project typically has the complaint that blame is
no longer useful. Thankfully, git has a solution for this. You can read
more about this here:
https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame
This `.git-blame-ignore-revs` file can be used to ensure that the
formatting commit is ignored when locally using `git blame.`
0 commit comments