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