1234567891011121314151617181920212223242526 |
- 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=openssl
- http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
- core.autocrlf=true
- core.fscache=true
- core.symlinks=false
- pull.rebase=false
- credential.https://dev.azure.com.usehttppath=true
- init.defaultbranch=master
- credential.helper=manager-core
- user.name=SyuanYu
- user.email=syuanyuri@gmail.com
- core.repositoryformatversion=0
- core.filemode=false
- core.bare=false
- core.logallrefupdates=true
- core.symlinks=false
- core.ignorecase=true
- remote.origin.url=http://git.choozmo.com:3000/choozmo/ptt_cx.git
- remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
- branch.master.remote=origin
- branch.master.merge=refs/heads/master
|