aboutsummaryrefslogtreecommitdiff
path: root/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-04-24 18:28:27 -0300
committerEuAndreh <eu@euandre.org>2021-04-24 18:30:06 -0300
commit75423d429d637a311748adff0599136c70522f12 (patch)
tree063d5163077ebd89ad4ad4a4fd5777464f5c74f5 /_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md
parentProofread TIL on Clojure auto currying (diff)
downloadeuandre.org-75423d429d637a311748adff0599136c70522f12.tar.gz
euandre.org-75423d429d637a311748adff0599136c70522f12.tar.xz
Add references section to TIL on CLOS
Diffstat (limited to '')
-rw-r--r--_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md b/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md
index 7965d29..d06f0c1 100644
--- a/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md
+++ b/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md
@@ -77,7 +77,7 @@ After any of those checkouts, you have to `git reset .` to reset your current
staging area back to what it was before the checkout.
-## References:
+## References
1. [GIT: Checkout to a specific folder][0] (StackOverflow)