Skip to content

Commit ff991f2

Browse files
Update book/01-introduction/sections/first-time-setup.asc
Co-authored-by: Michael <[email protected]>
1 parent 72a5f40 commit ff991f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/first-time-setup.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ git config --global user.name "John Doe"
4242
$ git config --global user.email [email protected]
4343
----
4444

45-
Again, you need to do this only once if you pass the `--global` option, because then Git will always use that information for anything you do while logged in as you on that system.
45+
Again, you need to do this only once if you pass the `--global` option, because then Git will always use that information for your user on that system.
4646
If you want to override this with a different name or email address for specific projects, you can run the command without the `--global` option when you're in that project.
4747

4848
Many of the GUI tools will help you do this when you first run them.

0 commit comments

Comments
 (0)