From 2ba561460ff6c1d6e4d84429d695fee444aedd88 Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 15 Jan 2020 15:31:14 +0100 Subject: [PATCH] Move ToC --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 254e295..e0aadc3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# How to Git started + Table of Contents ================= @@ -20,7 +22,6 @@ Table of Contents * [Glossary](#glossary) * [Resources](#resources) -# How to Git started ## Install Git Download git for your operating system at: git-scm.com/downloads @@ -128,7 +129,7 @@ Check the logs Configure user information for all local repositories -```bash +```shell $ git config --global user.name "[name]" # Sets the name you want attached to your commit transactions $ git config --global user.email "[email address]"