We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d7788e + 7fdfbfd commit 6d14683Copy full SHA for 6d14683
content/repositories/working-with-files/using-files/viewing-a-file.md
@@ -79,4 +79,10 @@ This can be useful when a few commits make extensive changes to your code. You c
79
git blame --ignore-revs-file .git-blame-ignore-revs
80
```
81
82
+You can also configure your local git so it always ignores the revs in that file:
83
+
84
+```shell
85
+git config blame.ignoreRevsFile .git-blame-ignore-revs
86
+```
87
88
{% endif %}
0 commit comments