$ git config --global user.name "gildong Hong" $ git config --global user.email [email protected] git config 전체 config 리스트 확인 : git config --list 위의 명령어를 사용시 아래와같은 config 정보 모두 리스트로 출력 : push.default=simple user.name=YourName user.email=YourEMail core.repositoryformatversion=0 core.filemode=false core.bare=false core.logallrefupdates=true core.symlinks=false core.ignorecase=true remote.origin.url=RepositoryURL remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.master.remote=origin ...
#
git
#
gitconfig
#
gitconfig삭제
#
global
#
Red챙
원문 링크 : [Git] git 최초 설정