Skip to content

git config 최초 설정

Published: at 오후 10:16

Table of contents

Open 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