Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. $ git config --list
  2. core.symlinks=false
  3. core.autocrlf=true
  4. core.fscache=true
  5. color.diff=auto
  6. color.status=auto
  7. color.branch=auto
  8. color.interactive=true
  9. help.format=html
  10. rebase.autosquash=true
  11. http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  12. http.sslbackend=openssl
  13. diff.astextplain.textconv=astextplain
  14. filter.lfs.clean=git-lfs clean -- %f
  15. filter.lfs.smudge=git-lfs smudge -- %f
  16. filter.lfs.process=git-lfs filter-process
  17. filter.lfs.required=true
  18. credential.helper=manager
  19. user.name=EvilKarut
  20. user.email=EvilKarut@protonmail.com
  21. credential.helper=manager
  22. gui.recentrepo=D:/Escritorio/test
  23. core.autocrlf=true
  24. core.compression=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement