From 86405a3e0f6abd603166ab7be87732b14116c8be Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Mon, 21 Sep 2020 22:48:51 -0500 Subject: [PATCH] Fixed a link --- content/posts/git-commit-targeting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.