From 4223722b3dcc8cbea59b54b8d8a7ba05f2f43a49 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 13 Oct 2021 16:57:30 +0200 Subject: [PATCH] posts: git-basics: add description to front-matter --- content/posts/git-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/git-basics.md b/content/posts/git-basics.md index 4d1411c..daa3682 100644 --- a/content/posts/git-basics.md +++ b/content/posts/git-basics.md @@ -2,7 +2,7 @@ title: "Git Basics" date: 2020-12-07 18:54:31+0100 draft: false # I don't care for draft mode, git has branches for that -description: "" +description: "The next step after the basics" tags: - git - cli