본문 바로가기

IT/git

git config 보기

반응형

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
반응형

'IT > git' 카테고리의 다른 글

git 상태 short 확인  (0) 2023.09.02