1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update content/repositories/working-with-files/using-files/viewing-a-file.md

This commit is contained in:
Janice
2022-06-28 17:39:07 +02:00
committed by GitHub
parent a0618e8bed
commit 74def6191d

View File

@@ -84,7 +84,7 @@ 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
```
Or to configure your local git so it always ignores the revs in that file:
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