-
#사용자 확인 git config --list #사용자 정보 변경(global) git config --global user.name {name} git config --global user.email {email} #사용자 정보 변경(local) git config --local user.name {name} git config --local user.email {email} #저장소 확인 git remote -v #저장소 연결 해제 git remote remove
'개발' 카테고리의 다른 글
Mac에서 PostgreSQL 설치 (docker) (0) 2023.03.24 homebrew install mysql (0) 2023.03.24 Spring Cloud Config 설정 파일 변경 (0) 2023.02.16 Feign Client Except SSL (0) 2021.02.09 mysqlclient 1.4.0 or newer is required; you have 0.10.0 (0) 2020.08.26