user.name 826 B

1234567891011121314151617181920212223242526
  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=C:/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. credential.helper=manager-core
  15. user.name=SyuanYu
  16. user.email=syuanyuri@gmail.com
  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. remote.origin.url=http://git.choozmo.com:3000/choozmo/ptt_cx.git
  24. remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
  25. branch.master.remote=origin
  26. branch.master.merge=refs/heads/master