1 개요[ | ]
- git config --list --show-origin
Console
Copy
$ git config --list --show-scope
system filter.lfs.clean=git-lfs clean -- %f
system filter.lfs.smudge=git-lfs smudge -- %f
system filter.lfs.process=git-lfs filter-process
system filter.lfs.required=true
system credential.https://github.com.helper=/.codespaces/bin/gitcredential_github.sh
system user.name=testuser
system user.email=testuser@example.com
system gpg.program=/.codespaces/bin/gh-gpgsign
system init.defaultbranch=main
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.