git config --list

Jmnote (토론 | 기여)님의 2024년 11월 26일 (화) 16:04 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

git config --list
$ 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 같이 보기[ | ]

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