Skip to content

git config 최초 설정

Published: at 오후 10:16Suggest Changes

Table of contents

Open Table of contents

들어가며

git commit이 안돼서…

사용자 정보

git config --global user.name "Gyunseo Lee"
git config --global user.email [email protected]

편집기

git config --global core.editor nvim

설정 확인

git config --list

Previous Post
Ubuntu Linux에 neofetch 설치하고, zshrc에서 설정하기
Next Post
Ubuntu Linux에 asdf를 설치하고, ohmyzsh에 asdf plugin을 추가하자.