Skip to content

Commit f52df9b

Browse files
authored
Merge pull request #1236 from aollier/git_config
Show settings and additional information.
2 parents 2f34cbf + e1cb61e commit f52df9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ If you are using version 2.x or later of Git for Windows, there is also a system
2525
`C:\Documents and Settings\All Users\Application Data\Git\config` on Windows XP, and in `C:\ProgramData\Git\config` on Windows Vista and newer.
2626
This config file can only be changed by `git config -f <file>` as an admin.
2727

28+
You can view all of your settings and where they are coming from using:
29+
30+
[source,console]
31+
----
32+
$ git config --list --show-origin
33+
----
34+
2835
==== Your Identity
2936

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

0 commit comments

Comments
 (0)