textplain.textconv=astextplain 961 B

123456789101112131415161718192021222324252627282930
  1. diff.astextplain.textconv=astextplain
  2. filter.lfs.clean=git-lfs clean -- %f
  3. filter.lfs.smudge=git-lfs smudge -- %f
  4. filter.lfs.process=git-lfs filter-process
  5. filter.lfs.required=true
  6. http.sslbackend=openssl
  7. http.sslcainfo=D:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  8. core.autocrlf=true
  9. core.fscache=true
  10. core.symlinks=false
  11. pull.rebase=false
  12. credential.https://dev.azure.com.usehttppath=true
  13. init.defaultbranch=master
  14. user.name=yuhai.wen
  15. user.email=wenyuhai123456
  16. credential.helper=store
  17. core.repositoryformatversion=0
  18. core.filemode=false
  19. core.bare=false
  20. core.logallrefupdates=true
  21. core.symlinks=false
  22. core.ignorecase=true
  23. submodule.active=.
  24. remote.origin.url=http://code.jing-tong.com:3000/jie.zhang/srm-bpm-service.git
  25. remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
  26. branch.master.remote=origin
  27. branch.master.merge=refs/heads/master
  28. remote.old.url=http://code.jing-tong.com:3000/Jtec/Jt-Srm.git
  29. remote.old.fetch=+refs/heads/*:refs/remotes/old/*