git config --global user.email

1 개요[ | ]

git config --global user.email
root@wsl:~# git config --global user.email
testuser@example.com
root@wsl:~# cat ~/.gitconfig | grep email -B2
[user]
        name = testuser
        email = testuser@example.com

2 같이 보기[ | ]

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