config 목록
$git config --list
config 설정
$git config --global user.name "이름"
$git config --global user.email "xxx@xxx.com"
'개발 > 개발도구' 카테고리의 다른 글
git check error(git checkout did not match any file(s) known to git) (0) | 2020.03.27 |
---|---|
Jenkins 빌드후 이벤트 Publish over SSH 설정 (0) | 2020.03.11 |
Jenkins Plugin Manager SSLHandshakeException (0) | 2020.03.10 |
Git remove pushed file (0) | 2020.02.18 |
Git undo push (0) | 2020.02.17 |