From ebc6b507f9fbe9edea3a50c028efd761978e2368 Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 15 Jan 2020 14:01:10 +0100 Subject: [PATCH] Syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 327f9a1..254e295 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Check the logs Configure user information for all local repositories -```shell +```bash $ git config --global user.name "[name]" # Sets the name you want attached to your commit transactions $ git config --global user.email "[email address]"