YS's develop story
[Git] Git 메일 주소 , 사용자 이름 확인 및 변경 (git config --global user) 본문
git config --list 명령어
git 설정 확인
사용자 이름과 이메일을 바꾸는 명령어
git config --global user.name "sample"
git config --global user.email "sample@naver.com"
이름과 이메일을 아래 사진처럼 뒤에 붙이지 않으면
현재 이름, 이메일을 확인할 수 있습니다.
'기타' 카테고리의 다른 글
Visual Studio code 글자 깨짐 현상 해결 법 (VS code 글자 깨짐 해결) (0) | 2020.12.24 |
---|---|
[Git] Github 저장소 만들고 최초 커밋하기,Github 사용법 (remote, clone, push, pull) (0) | 2020.12.16 |
[Git] Git 저장소 생성, 최초로 커밋하기 (git commit,git add,git status,git log) (0) | 2020.12.15 |
C++ Error ) 식에 클래스 형식이 있어야 합니다, error C2288 , 디폴트 생성자 관련 실수 (1) | 2020.10.08 |
C++ ) assert매크로사용하기 (0) | 2020.10.01 |
Comments