Skip to content
Merged
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
7 changes: 7 additions & 0 deletions book/01-introduction/sections/first-time-setup.asc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ If you are using version 2.x or later of Git for Windows, there is also a system
`C:\Documents and Settings\All Users\Application Data\Git\config` on Windows XP, and in `C:\ProgramData\Git\config` on Windows Vista and newer.
This config file can only be changed by `git config -f <file>` as an admin.

You can view all of your settings and where they are coming from using:

[source,console]
----
$ git config --list --show-origin
----

==== Your Identity

The first thing you should do when you install Git is to set your user name and email address.
Expand Down