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>2020-12-15 17:47:06 -0300
committerEuAndreh <eu@euandre.org>2020-12-15 17:47:06 -0300
commit4e8ceb035257275e0127150f86a3d5f40d85602a (patch)
treed90d3d263d33d271fd38b66fd1b2fd710a9b4bf9 /_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md
parentFix kind in til-by-category files (diff)
downloadeuandre.org-4e8ceb035257275e0127150f86a3d5f40d85602a.tar.gz
euandre.org-4e8ceb035257275e0127150f86a3d5f40d85602a.tar.xz
Add some categories to existing TIL entries
Diffstat (limited to '')
-rw-r--r--_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.md8
1 files changed, 8 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 3f47772..7965d29 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
@@ -1,9 +1,17 @@
---
+
title: Browse a git repository at a specific commit
+
date: 2020-08-14
+
layout: post
+
lang: en
+
ref: browse-a-git-repository-at-a-specific-commit
+
+eu_categories: git
+
---
I commonly use tools like `git log` together with `git show` when inspecting