github에 여러개의 계정을 운영할 수 있습니다.
그럴 경우 git설정을 바꿔 줄 필요가 생깁니다.
전체 프로젝트에 동일한 계정 정보를 할당할 경우
git config --global user.name "웹학교"
git config --global user.email "hangulok@naver.com"
개별 프로젝트에만 적용을 할 경우
git config --local user.name "웹학교"
git config --local user.email "hangulok@naver.com"
등록된 댓글이 없습니다.