diff options
author | EuAndreh <eu@euandre.org> | 2020-08-14 16:52:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-14 16:52:53 -0300 |
commit | 35e69e1a4f52428bb40991993da43e0334cc3887 (patch) | |
tree | 584de2b83c45c0a793081d6d3399a8adac031766 /_tils | |
parent | config.yml: Use singular $SITE/pastebin/$SLUG for pastebin page (diff) | |
download | euandre.org-35e69e1a4f52428bb40991993da43e0334cc3887.tar.gz euandre.org-35e69e1a4f52428bb40991993da43e0334cc3887.tar.xz |
TIL on git: add missing link
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md | 2 |
1 files changed, 2 insertions, 0 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 daa2c9e..e42ce4f 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 @@ -71,3 +71,5 @@ staging area back to what it was before the checkout. ## References: 1. [GIT: Checkout to a specific folder][0] (StackOverflow) + +[0]: https://stackoverflow.com/a/16493707 |