git config --list --show-scope --show-origin

1 개요[ | ]

git config --list --show-scope --show-origin
git config --list --show-origin --show-scope
$ git config --list --show-scope --show-origin
system  file:/etc/gitconfig     filter.lfs.clean=git-lfs clean -- %f
system  file:/etc/gitconfig     filter.lfs.smudge=git-lfs smudge -- %f
system  file:/etc/gitconfig     filter.lfs.process=git-lfs filter-process
system  file:/etc/gitconfig     filter.lfs.required=true
system  file:/etc/gitconfig     credential.https://github.com.helper=/.codespaces/bin/gitcredential_github.sh
system  file:/etc/gitconfig     user.name=testuser
system  file:/etc/gitconfig     user.email=testuser@example.com
system  file:/etc/gitconfig     gpg.program=/.codespaces/bin/gh-gpgsign
system  file:/etc/gitconfig     init.defaultbranch=main

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}