Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $ git config --list
  2. core.symlinks=false
  3. core.autocrlf=false
  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. http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  11. diff.astextplain.textconv=astextplain
  12. rebase.autosquash=true
  13. credential.helper=manager
  14. core.repositoryformatversion=0
  15. core.filemode=false
  16. core.bare=false
  17. core.logallrefupdates=true
  18. core.symlinks=false
  19. core.ignorecase=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement