Skip to content

Commit 166307a

Browse files
committed
Update system config from Git for Windows 2.53.0 and current instructions
1 parent 6276d76 commit 166307a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

episodes/02-getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ credential.helper=osxkeychain
4242
init.defaultbranch=main
4343
```
4444

45-
On Windows, without any configuration your output might look like this:
45+
If you followed our instructions for installing Git for Windows, your output might look like this:
4646

4747
```output
4848
diff.astextplain.textconv=astextplain
4949
filter.lfs.clean=git-lfs clean -- %f
5050
filter.lfs.smudge=git-lfs smudge -- %f
5151
filter.lfs.process=git-lfs filter-process
5252
filter.lfs.required=true
53-
http.sslbackend=openssl
54-
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
53+
http.sslbackend=schannel
5554
core.autocrlf=true
5655
core.fscache=true
57-
core.symlinks=false
56+
core.symlinks=true
57+
core.editor=nano.exe
5858
pull.rebase=false
59-
credential.helper=manager-core
59+
credential.helper=manager
6060
credential.https://dev.azure.com.usehttppath=true
61-
init.defaultbranch=main
61+
init.defaultbranch=master
6262
```
6363

6464
If you have different output, then you may have your Git configured already. If you have not configured Git, we will do that together now.

0 commit comments

Comments
 (0)