git config --global user.name

1 개요[ | ]

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

2 같이 보기[ | ]

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