From f16929c2886268485858e2018083a62063edbb83 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 24 Mar 2023 20:30:02 +0000 Subject: [PATCH] posts: git-basics: fix typo --- content/posts/2020-12-07-git-basics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2020-12-07-git-basics/index.md b/content/posts/2020-12-07-git-basics/index.md index daa3682..e39c8bb 100644 --- a/content/posts/2020-12-07-git-basics/index.md +++ b/content/posts/2020-12-07-git-basics/index.md @@ -317,7 +317,7 @@ easily choose which parts of your changes should end up in the same commit. Here's a list of commands that you should read-up on, but I won't be presenting further: -* `git bissect` +* `git bisect` * `git rerere` * `git stash` * and more...