이름, 이메일 설정 Git의 이름, 이메일 설정은 언제든지 재설정이 가능하다. 누가 어떤 작업을 했는지, 어떤 체크포인트와 변화를 만들었는지 알 수 있게한다. git 이름 설정 git config --global user.name "user name" git 이름 확인 git config user.name git 이메일 설정 git config --global user.email email git 이메일 확인 git config user.email