diff --git a/content/posts/git-commit-targeting.md b/content/posts/git-commit-targeting.md index 105b608..06b6bca 100644 --- a/content/posts/git-commit-targeting.md +++ b/content/posts/git-commit-targeting.md @@ -34,7 +34,7 @@ Adding a number after the tilde `~` will target a commit prior to the head equal git diff HEAD~3 ``` -## Stacked Carets 🥕🥕🥕 +## Stacked Carets Alternatively, the number of caret characters after HEAD will similarly target a commit prior to HEAD equal to the number of carets.