FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b256192a authored by Kevin Hooke's avatar Kevin Hooke
Browse files

fix: added missing language on script block

parent 86ca92e7
No related branches found
No related tags found
1 merge request!460Updated pre-commit config page to add git blame note
Pipeline #715713 passed
...@@ -154,7 +154,7 @@ formatting changes can reduce the usefulness. To avoid this issue, commit a file ...@@ -154,7 +154,7 @@ formatting changes can reduce the usefulness. To avoid this issue, commit a file
your project called `.git-blame-ignore-revs` (or similar) and add to it a list of the commit your project called `.git-blame-ignore-revs` (or similar) and add to it a list of the commit
SHAs to ignore. To configure git to ignore these commits, use: SHAs to ignore. To configure git to ignore these commits, use:
``` ```sh
git config blame.ignoreRevsFile .git-blame-ignore-revs git config blame.ignoreRevsFile .git-blame-ignore-revs
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment