컴퓨터/Etc

[git] git에 유저명과 이메일 설정하기

xeskin 2020. 11. 17. 02:38
반응형
$ git config --global user.email "email_id"
$ git config --global user.name "user_name"

다음을 추가해주면 된다. 

반응형

'컴퓨터 > Etc' 카테고리의 다른 글

[NNI] Dependency-aware Mode  (0) 2020.10.29
zsh: command not found: conda  (0) 2020.10.22
Neural Processor (NPU)  (0) 2020.07.30
Pytorch에서 GPU 인식 확인  (0) 2020.05.12
리눅스 CPU 모델명, 코어 개수 확인 명령어  (0) 2020.04.27