From 8d41a57036976ba380b60efa1c377fe6b0cfa08a Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 24 Feb 2021 11:15:04 -0600 Subject: [PATCH] Fix link again Markdown parser couldn't handle the text fragment link. --- git/skip-pre-commit-hooks.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/git/skip-pre-commit-hooks.md b/git/skip-pre-commit-hooks.md index 35e0df2..e012478 100644 --- a/git/skip-pre-commit-hooks.md +++ b/git/skip-pre-commit-hooks.md @@ -7,10 +7,9 @@ like [husky](https://github.com/typicode/husky) or with a custom script. As you're working on a feature branch, you can and should make frequent checkpoint commits like a climber puts -[pitons](https://en.wikipedia.org/wiki/Piton#:~:text=In%20climbing%2C%20a%20piton%20(%2F,assist%20progress%20in%20aid%20climbing) -into the rock face. These are anchor points that reduce the risk of losing -work. They make it easier and safer to return to a point in time when your code -was in a "good" state. +[pitons](https://en.wikipedia.org/wiki/Piton) into the rock face. These are +anchor points that reduce the risk of losing work. They make it easier and +safer to return to a point in time when your code was in a "good" state. If your checkpoint commit isn't conforming to all the pre-commit hook checks, you can choose to skip the checks and commit anyway. To do this, tack on the