[Git] Git 환경설정

박하연·2024년 12월 6일

Git

목록 보기
3/10

계정 설정

사용자 이름 등록

git config --global user.name "사용자 이름"

사용자 이메일 등록

git config --global user.email "사용자 이메일"


환경설정 확인

git config --list 또는 git config -l

0개의 댓글