git config

개발/개발도구 2020. 3. 27. 14:39

config 목록

$git config --list

 

config 설정

$git config --global user.name "이름"

$git config --global user.email "xxx@xxx.com"

 

 

 

 

Posted by Lumasca
,