Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Git/01 Getting Started/05 First Time Git Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It’s important to set your user name and email address because every Git commi

```bash
$ git config --global user.name "John Doe"
$ git config --global user.email
$ git config --global user.email "John_Doe@gmail.com"
```

## Checking Your Settings
Expand Down