Table of contents
들어가며
git commit이 안돼서…
사용자 정보
git config --global user.name "Gyunseo Lee"
git config --global user.email rbstj0311@naver.com
편집기
git config --global core.editor nvim
설정 확인
git config --list
-->
git commit이 안돼서…
git config --global user.name "Gyunseo Lee"
git config --global user.email rbstj0311@naver.com
git config --global core.editor nvim
git config --list