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]"