반응형
git 정보 확인
cat ~/.gitconfig
global 설정
git config --global user.name "Your Name"
git config --global user.email you@example.com
저장소별 설정(해당 저장소에 들어가서 --global만 빼면됨)
git config user.name "Your Name"
git config user.email you@example.com
삭제 옵션은 --unset
반응형
'GIT' 카테고리의 다른 글
[VScode]gitlens 설치 및 설정, 팁 (0) | 2023.07.19 |
---|---|
스프링 컨테이너 (0) | 2023.03.18 |
GIT 브랜치 전략 (0) | 2022.11.02 |
프로그래밍 언어 16선 (0) | 2022.08.18 |
git 배우기 (0) | 2022.06.18 |
댓글