docs: specifies the use of the .git-blame-ignore-revs file (#3961)

This commit is contained in:
William Moreno 2023-10-23 11:21:58 -06:00 committed by GitHub
parent a7643fac8d
commit c0adca321d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ previous revision that modified those lines.
So when migrating your project's code style to _Black_, reformat everything and commit 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 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 ```text
# Migrate code style to Black # Migrate code style to Black