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...