본문 바로가기
IT양아치

Git 초기 수행

by 취화선26 2023. 1. 19.

 

git config --global user.name "사용자 이름"
git config --global user.email "사용자 이메일"
git config --global credential.helper store     

 

'IT양아치' 카테고리의 다른 글

sudo 없이 docker 그룹에 사용자 추가  (0) 2024.10.26
Docker 설치  (0) 2023.01.19
minikube 설치  (0) 2023.01.19
WSL 설치  (0) 2023.01.19
Git 명령어  (0) 2023.01.19