coderefinery / installation

CodeRefinery workshop software installation instructions.
https://coderefinery.github.io/installation/
Creative Commons Attribution 4.0 International
3 stars 15 forks source link

Windows: check what setting default branch does #252

Closed rkdarst closed 1 year ago

rkdarst commented 1 year ago
rkdarst commented 1 year ago

From a default setup (with some options like notepad++). Looks like config is reasonable

$ git config --list
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
http.sslbackend=schannel
core.autocrlf=true
core.fscache=true
core.symlinks=false
core.editor="C:\\Program Files\\Notepad++\\notepad++.exe" -multiInst -notabbar -nosession -noPlugin
pull.rebase=false
credential.helper=manager
credential.https://dev.azure.com.usehttppath=true/
init.defaultbranch=main
rkdarst commented 1 year ago

Seems like it does what it should in the config.