123456789101112131415161718192021222324252627282930 |
- 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=D:/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
- user.name=yuhai.wen
- user.email=wenyuhai123456
- credential.helper=store
- core.repositoryformatversion=0
- core.filemode=false
- core.bare=false
- core.logallrefupdates=true
- core.symlinks=false
- core.ignorecase=true
- submodule.active=.
- remote.origin.url=http://code.jing-tong.com:3000/jie.zhang/srm-bpm-service.git
- remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
- branch.master.remote=origin
- branch.master.merge=refs/heads/master
- remote.old.url=http://code.jing-tong.com:3000/Jtec/Jt-Srm.git
- remote.old.fetch=+refs/heads/*:refs/remotes/old/*
|