Move ToC
This commit is contained in:
parent
ebc6b507f9
commit
2ba561460f
@ -1,3 +1,5 @@
|
|||||||
|
# How to Git started
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
=================
|
=================
|
||||||
|
|
||||||
@ -20,7 +22,6 @@ Table of Contents
|
|||||||
* [Glossary](#glossary)
|
* [Glossary](#glossary)
|
||||||
* [Resources](#resources)
|
* [Resources](#resources)
|
||||||
|
|
||||||
# How to Git started
|
|
||||||
|
|
||||||
## Install Git
|
## Install Git
|
||||||
Download git for your operating system at: git-scm.com/downloads
|
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
|
Configure user information for all local repositories
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
$ git config --global user.name "[name]"
|
$ git config --global user.name "[name]"
|
||||||
# Sets the name you want attached to your commit transactions
|
# Sets the name you want attached to your commit transactions
|
||||||
$ git config --global user.email "[email address]"
|
$ git config --global user.email "[email address]"
|
||||||
|
Reference in New Issue
Block a user