Move ToC
This commit is contained in:
parent
ebc6b507f9
commit
2ba561460f
@ -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]"
|
||||
|
Reference in New Issue
Block a user