"Git config --global user.name"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;git config --global user.name <syntaxhighlight lang='console'> root@wsl:~# git config --global user.name testuser </syntaxhighlight> <syntaxhighlight lang='...)
 
 
15번째 줄: 15번째 줄:
==같이 보기==
==같이 보기==
* [[git config]]
* [[git config]]
* [[~/.gitconfig]]
* [[git config --global user.email]]
* [[git config --global user.email]]


[[분류: git]]
[[분류: git]]

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