Skip to content

Commit b92c81b

Browse files
committed
Merge pull request #565 from YueLinHo/i384
Fix issue #384: There's no Git for Windows 2.x
2 parents c404a2b + 9e2d254 commit b92c81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Each level overrides values in the previous level, so values in `.git/config` tr
1818

1919
On Windows systems, Git looks for the `.gitconfig` file in the `$HOME` directory (`C:\Users\$USER` for most people).
2020
It also still looks for `/etc/gitconfig`, although it's relative to the MSys root, which is wherever you decide to install Git on your Windows system when you run the installer.
21-
If you are using Git for Windows 2.x or later, there is also a system-level config file at
21+
If you are using version 2.x or later of Git for Windows, there is also a system-level config file at
2222
`C:\Documents and Settings\All Users\Application Data\Git\config` on Windows XP, and in `C:\ProgramData\Git\config` on Windows Vista and newer.
2323
This config file can only be changed by `git config -f <file>` as an admin.
2424

0 commit comments

Comments
 (0)