[금붕어] 맨날 까먹는 Git 명령어 모음

2020. 12. 10. 02:17개발 잡부

728x90

* 깃 설정

# 유저 네임, 비밀번호 설정
git config --global user.name "내 이름"
git config --global user.password "내 비밀번호"

# 유저 네임, 비밀번호 조회
git config --global user.name
git config --global user.password