File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ credential.helper=osxkeychain
4242init.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
4848diff.astextplain.textconv=astextplain
4949filter.lfs.clean=git-lfs clean -- %f
5050filter.lfs.smudge=git-lfs smudge -- %f
5151filter.lfs.process=git-lfs filter-process
5252filter.lfs.required=true
53- http.sslbackend=openssl
54- http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
53+ http.sslbackend=schannel
5554core.autocrlf=true
5655core.fscache=true
57- core.symlinks=false
56+ core.symlinks=true
57+ core.editor=nano.exe
5858pull.rebase=false
59- credential.helper=manager-core
59+ credential.helper=manager
6060credential.https://dev.azure.com.usehttppath=true
61- init.defaultbranch=main
61+ init.defaultbranch=master
6262```
6363
6464If you have different output, then you may have your Git configured already. If you have not configured Git, we will do that together now.
You can’t perform that action at this time.
0 commit comments