From f057609564305b0c79b4d76f1a812fab46963f7f Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Tue, 13 Apr 2021 21:11:46 +0300 Subject: [PATCH] Fix sh code block --- blog_posts/github-co-authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/github-co-authors.md b/blog_posts/github-co-authors.md index df9d076d2..6bb6f8b4a 100644 --- a/blog_posts/github-co-authors.md +++ b/blog_posts/github-co-authors.md @@ -9,7 +9,7 @@ excerpt: Learn how to add multiple authors to a git commit with this quick and e You can add multiple authors to a git commit, by adding one or more `Co-authored-by` trailers to the commit's message: -```sh +```shellsession $ git commit -m "Refactor usability tests. > >