1
0
Fork 0

Fixed a link

This commit is contained in:
Ava Gaiety Wroten 2020-09-21 22:48:51 -05:00
parent 5b07262376
commit 86405a3e0f

View file

@ -34,7 +34,7 @@ Adding a number after the tilde `~` will target a commit prior to the head equal
git diff HEAD~3 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. Alternatively, the number of caret characters after HEAD will similarly target a commit prior to HEAD equal to the number of carets.