나의 Winding Road

Github config 확인 및 변경 본문

개발/Github&SVN

Github config 확인 및 변경

WindingRoad 2018. 8. 26. 19:52

[2018-08-26 일요일]

* 내용: config 확인 변경

1. 참고 자료

2. 실습

1) 현재 config 확인

2) user.name 등록

3) user.email 등록

4) 확인



1. 참고 자료


 

* URL: https://git-scm.com/book/ko/v1/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-Git-%EC%B5%9C%EC%B4%88-%EC%84%A4%EC%A0%95


 

2. 실습


 

1) 현재 config 확인

 

* command

- git config --list


2) user.name 등록

 

* command

- git config --global user.name "WindingRoadss"

 

3) user.email 등록

 

* command

- git config --global user.email ked9181@naver.com

 

4) 확인

 

* command

- git config --list

 

 


'개발 > Github&SVN' 카테고리의 다른 글

Github error: src refspec master does not match any.  (0) 2018.08.26
Github push  (0) 2018.08.26
Github commit  (0) 2018.08.26
Github clone  (0) 2018.08.26
Github 등록 과정  (0) 2016.06.08
Comments