mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 17:54:22 +02:00
Fixed line formatting by adding bullet points
This commit is contained in:
@@ -22,8 +22,8 @@ Before you begin, you'll need to check if Git is installed. In the terminal type
|
|||||||
`git --version`
|
`git --version`
|
||||||
|
|
||||||
If Git is not installed, [download Git](https://git-scm.com/downloads). Then, setup your local Git profile in the terminal:
|
If Git is not installed, [download Git](https://git-scm.com/downloads). Then, setup your local Git profile in the terminal:
|
||||||
`git config --global user.name "your-name"`
|
* `git config --global user.name "your-name"`
|
||||||
`git config --global user.email "your-email"`
|
* `git config --global user.email "your-email"`
|
||||||
|
|
||||||
To check if Git is already configured you can type:
|
To check if Git is already configured you can type:
|
||||||
`git config --list`
|
`git config --list`
|
||||||
|
Reference in New Issue
Block a user