git config --global user.name

Jmnote (토론 | 기여)님의 2023년 3월 9일 (목) 14:54 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}