Skip to content

Commit

Permalink
Merge pull request #18198 from ryankshaw/patch-2
Browse files Browse the repository at this point in the history
show how to always use the git blame ignore file
  • Loading branch information
janiceilene authored Jun 28, 2022
2 parents 7d7788e + 7fdfbfd commit 6d14683
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,10 @@ This can be useful when a few commits make extensive changes to your code. You c
git blame --ignore-revs-file .git-blame-ignore-revs
```
You can also configure your local git so it always ignores the revs in that file:
```shell
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
{% endif %}

0 comments on commit 6d14683

Please sign in to comment.