다른 운영체제 사용자는 알아서 다운로드
나는 NAS에 있길래 걍 설치했음
Git은 commit 할때마다 이정보를 사용한다. 한번 커밋한 이후 정보를 변경할 수 없다.
Diskstatio> git config --global user.name "carroty"
Diskstatio> git config --global user.email [email protected]
만일 프로젝트마다 사용자 이름과 이메일을 다르게 설정하고 싶다면
git config --global core.editor emacs