From e1cb61ecc7f253ca03d12195b189814a2414f710 Mon Sep 17 00:00:00 2001 From: Adrien Ollier Date: Sat, 30 Mar 2019 08:23:18 +0100 Subject: [PATCH] Show settings and additional information. --- book/01-introduction/sections/first-time-setup.asc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/01-introduction/sections/first-time-setup.asc b/book/01-introduction/sections/first-time-setup.asc index c49d85fd4..76949f2be 100644 --- a/book/01-introduction/sections/first-time-setup.asc +++ b/book/01-introduction/sections/first-time-setup.asc @@ -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 ` 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.