0
[Git] 커맨드 명령어
설정 확인 1$ git config --list 계정 확인 12$ git config user.name$ git config user.email 계정 변경 12$ git config --global user.name "user name"$ git config --global user.email "user email" Git Create 12345$