This commit is contained in:
Bastian 2020-01-15 15:31:14 +01:00
parent ebc6b507f9
commit 2ba561460f
1 changed files with 3 additions and 2 deletions

View File

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