git 터미널에서 내 사용자 정보 확인하기

commit 과정에서 git config --global user.name 과 git config --global user.email 명령으로 등록한 내 계정이 무엇인지 확인이 필요할 때 있다.

아래 명령어를 입력하면 user.name, user.email 환경설정된 것을 확인할 수 있다.

git config list
git config --list