본문 바로가기

Git

GitHub 커밋할 때 나오는 username 설정하기, 확인하기

 

 

itHub 커밋할 때 나오는 username 설정하기

 

git config --global user.name "Linda"

 

 

 

 

설정한것 확인하기

 

 

git config --list

 

 

'Git' 카테고리의 다른 글

git 에 README에 사진올릴 때  (0) 2020.08.04
금방 push한 commit 취소  (0) 2020.07.31
How to logout from git in windows  (0) 2020.07.18
GIT commit 되돌리기  (0) 2020.07.03
git merge, -D, branch  (0) 2020.06.23