summaryrefslogtreecommitdiff
path: root/src/content/tils/2020/08
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/tils/2020/08')
-rw-r--r--src/content/tils/2020/08/12/filename-timestamp.adoc1
-rw-r--r--src/content/tils/2020/08/14/browse-git.adoc1
-rw-r--r--src/content/tils/2020/08/16/git-search.adoc1
-rw-r--r--src/content/tils/2020/08/28/grep-online.adoc1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/content/tils/2020/08/12/filename-timestamp.adoc b/src/content/tils/2020/08/12/filename-timestamp.adoc
index ed7dee8..1cbe404 100644
--- a/src/content/tils/2020/08/12/filename-timestamp.adoc
+++ b/src/content/tils/2020/08/12/filename-timestamp.adoc
@@ -1,4 +1,5 @@
= Simple filename timestamp
+:categories: shell
When writing Jekyll posts or creating log files with dates on them, I usually
struggle with finding a direct way of accomplishing that. There's a simple
diff --git a/src/content/tils/2020/08/14/browse-git.adoc b/src/content/tils/2020/08/14/browse-git.adoc
index 556288c..3d7660e 100644
--- a/src/content/tils/2020/08/14/browse-git.adoc
+++ b/src/content/tils/2020/08/14/browse-git.adoc
@@ -1,4 +1,5 @@
= Browse a git repository at a specific commit
+:categories: git
I commonly use tools like `git log` together with `git show` when inspecting
past changes in a repository:
diff --git a/src/content/tils/2020/08/16/git-search.adoc b/src/content/tils/2020/08/16/git-search.adoc
index 5ad0eae..26e617d 100644
--- a/src/content/tils/2020/08/16/git-search.adoc
+++ b/src/content/tils/2020/08/16/git-search.adoc
@@ -1,4 +1,5 @@
= Search in git
+:categories: git
Here's a useful trio to know about to help you search things in git:
diff --git a/src/content/tils/2020/08/28/grep-online.adoc b/src/content/tils/2020/08/28/grep-online.adoc
index cade066..7d22cf8 100644
--- a/src/content/tils/2020/08/28/grep-online.adoc
+++ b/src/content/tils/2020/08/28/grep-online.adoc
@@ -1,4 +1,5 @@
= Grep online repositories
+:categories: git
:cgit: https://git.zx2c4.com/cgit/