Advertisement
SLCH

git config --list from work

Jul 19th, 2018
3,602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 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=THERE WAS A NAME I DELETED IT
  20. user.email=THERE WAS AN EMAIL I DELETED IT
  21. http.proxy=http://WOORKINGPROXY:3128
  22. http.sslverify=false
  23. https.proxy=http://WOORKINGPROXY:3128
  24. credential.helper=wincred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement