환경설정에 대한 command
git config 설정값
환경 설정을 한다.
git config --unset 이메일 주소
환경설정을 삭제한다
로컬 사용자 이메일 등록
git config user.name "사용자 이름"
git config user.email "이메일주소"
글로벌 사용자 이메일 등록
git config --global user.name "사용자 이름"
git config --global user.email "이메일 주소"
git은 디렉토리를 만들고 'git init' 명령어로 초기화를 해야된다
git init
'git' 카테고리의 다른 글
git branch 명령어 (0) | 2023.07.15 |
---|---|
git server 명령어 (0) | 2023.07.13 |
git commit을 위한 command (0) | 2023.07.12 |
git 개념 (0) | 2023.07.12 |
댓글