Skip to content

Commit c1d4457

Browse files
Indicate that your configuration settings are printed with 'git config --list'
1 parent 2b5c345 commit c1d4457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-github-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ git config --global user.name "John Smith"
4242
$ git config --global user.email "[email protected]"
4343
```
4444

45-
You can check your user information by typing the following command:
45+
You can check your configuration settings by typing the following command:
4646

4747
```
4848
$ git config --list

0 commit comments

Comments
 (0)