Git 계정

알파카파카·2024년 12월 26일
post-thumbnail

확인

git 계정을 확인해보자
Git Bash에서

$ git config --list	# 모든 정보 확인하기
$ git config user.name	# 계정 이름 확인
$ git config user.email	# 계정 이메일 확인

설정

git 계정을 설정 & 변경을 해보자

$ git config --global user.name [이름]
$ git config --global user.email [이메일 주소]

이젠 까먹지 말자!

profile
타닥,,, 타다닥,,,,,,,

0개의 댓글