gitconfig

$ git config --system -l
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
credential.helper=manager

$ git config --global -l
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
user.name=Andreas Bachmann
user.email=bachi@te-clan.ch
core.editor="C:\Users\andreas\AppData\Local\Programs\Microsoft VS Code\Code.exe" --wait

$ git config --local -l
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
submodule.active=.
remote.origin.url=https://github.zhaw.ch/dermolockin/ThermoMed.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin

How to set multiple `core.excludesfile` in `.gitconfig`?

Leave a Reply

Your email address will not be published. Required fields are marked *