docs: specifies the use of the .git-blame-ignore-revs file (#3961)
This commit is contained in:
parent
a7643fac8d
commit
c0adca321d
@ -18,7 +18,8 @@ previous revision that modified those lines.
|
||||
|
||||
So when migrating your project's code style to _Black_, reformat everything and commit
|
||||
the changes (preferably in one massive commit). Then put the full 40 characters commit
|
||||
identifier(s) into a file.
|
||||
identifier(s) into a file usually called `.git-blame-ignore-revs` at the root of your
|
||||
project directory.
|
||||
|
||||
```text
|
||||
# Migrate code style to Black
|
||||
|
Loading…
Reference in New Issue
Block a user