댓글 검색 목록

[Git] git config 설정

페이지 정보

작성자 운영자 작성일 19-03-18 16:04 조회 810 댓글 0

현재 설정 확인하기


git config --list


신규 설정하는 방


git config --global user.name "웹학교"

git config --global user.email "hangulok@naver.com"


git config 설정 내용 일부 삭제하기


git config --unset user.name

git config --unset user.email


global로 설정된 경우


git config --unset --global user.name

git config --unset --global user.email






댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.