Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 8f62a21

Browse files
committed
Minor changes
Signed-off-by: Egor Kostan <igorkostan@gmail.com>
1 parent ec61190 commit 8f62a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ The original course content was created by [Mark Winterbottom](https://linkedin.
8888

8989
The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into the commits you start creating:
9090

91-
```bash
91+
```bash
9292
git config --global user.name "John Doe"
9393
git config --global user.email johndoe@example.com
94-
```
94+
```
9595

9696
[Source](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup)
9797

0 commit comments

Comments
 (0)