IT/git
git config 보기
hyeongseok.ko
2023. 9. 2. 14:45
반응형
git config --list
현재 설정되어 모든 설정을 볼 수 있다.
credential.helper=osxkeychain
credential.helper=store
user.name=test
user.email=test
core.editor=vi
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.precomposeunicode=true
반응형